33 lines
599 B
Plaintext
33 lines
599 B
Plaintext
/* pageage/project_checking/info/index.wxss */
|
|
.in-img-max:after{
|
|
display:block;
|
|
clear:both;
|
|
content:"";
|
|
visibility:hidden;
|
|
height:0
|
|
}
|
|
.in-img-max{
|
|
width: auto;
|
|
zoom:1
|
|
}
|
|
.in-img-div{
|
|
position: relative;
|
|
margin: 0 8px 8px 0;
|
|
float: left;
|
|
}
|
|
.in-img-div image{
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 15rpx;
|
|
position: relative;
|
|
}
|
|
.problem_submit_to_btn {
|
|
padding: 20rpx 0;
|
|
width: 320rpx;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
background: #3e4148;
|
|
}
|
|
.problem_submit_to_save {
|
|
background: #3ea79d;
|
|
} |