123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .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{
- position: relative;
- .layui-form-radio{
- margin: 0 10px;
- }
- #sbtn{
- position: absolute;
- right: 20px;
- top: 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;
- }
- }
- }
- }
- .monthbox,.datebox{
- position: relative;
- text-align: center;
- .aricon{
- margin: 10px auto;
- .iconfont{
- font-size: 30px;
- color: #dddddd;
- }
- }
- }
- }
- .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;
- }
- }
- }
|