123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .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;
- }
- }
- }
- .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;
- }
- }
- }
|