1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .layui-body{
- .main{
- table{
- th{
- white-space: nowrap;
- text-align: center;
- }
- .layui-table-cell{
- white-space: nowrap;
- text-align: center;
- padding: 0;
- }
- .headpic{
- height: 100%;
- }
- }
- .layui-body .main .layui-table, .layui-body .main .layui-table-view{
- margin: 10px 0 0px;
- }
- .searchbox{
- width: 100%;
- white-space: nowrap;
- .searchname{
- margin-left: 5px;
- }
- }
- &.problems{
- .layui-table-cell{
- position: relative;
- }
- .headpic {
- cursor: pointer;
- }
- .layer_notice{min-height:150px; width:330px; overflow:hidden;background: #ffffff;padding:15px;box-sizing: border-box;text-align: center}
- .layer_notice>img{
- max-width: 100%;
- transition: all 0.6s;
- }
- .layer_notice .actimg{
- width: 330px;
- }
- }
- &.billcb{
- padding-top: 0;
- .layui-elem-quote{
- .layui-form-radio{
- margin: 0 10px;
- }
- }
- .searchbox{
- white-space: normal;
- .layui-inline{
- width: 80px;
- &.layui-form{
- min-width: 140px;
- }
- }
- }
- }
- &.billjf{
- .searchbox{
- white-space: normal;
- .layui-inline{
- width: 80px;
- &.layui-form{
- min-width: 140px;
- }
- }
- }
- }
- }
- .layui-input-block{
- position: relative;
- .img-box{
- display: block;
- width:30%;
- height: 100px;
- position: relative;
- overflow: hidden;
- &>img{
- max-width: 100%;
- max-height: 100%;
- }
- }
- #chooseImage{
- position: absolute;
- width: 100%;
- height: 100%;
- display:none;
- }
- }
- }
|