123456789101112131415161718192021222324252627282930 |
- .layui-body{
- .main{
- padding: 15px;
- box-sizing: border-box;
- table{
- .headpic{
- height: 100%;
- }
- }
- #popUpdateTest{
- .img-box{
- display: block;
- height: 100px;
- position: relative;
- &>img{
- width: 100px;
- }
- #chooseImage{
- position: absolute;
- width: 100%;
- height: 100%;
- display:none;
- }
- }
- }
- .search-box{
- height: 50px;
- }
- }
- }
|