|
|
page{
|
|
|
padding-bottom: 120rpx;
|
|
|
page {
|
|
|
padding-bottom: 120rpx;
|
|
|
}
|
|
|
|
|
|
.info_box {
|
|
|
width: 100%;
|
|
|
padding: 0 32rpx;
|
...
|
...
|
@@ -56,6 +57,8 @@ page{ |
|
|
|
|
|
.img_arr {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
.img_item {
|
...
|
...
|
@@ -63,6 +66,20 @@ page{ |
|
|
height: 200rpx;
|
|
|
margin-right: 42rpx;
|
|
|
margin-bottom: 42rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.img_item .show_img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.img_item .del {
|
|
|
width: 30rpx;
|
|
|
height: 30rpx;
|
|
|
position: absolute;
|
|
|
right: 10rpx;
|
|
|
top: 10rpx;
|
|
|
}
|
|
|
|
|
|
.img_item:nth-child(3n) {
|
...
|
...
|
@@ -81,17 +98,18 @@ page{ |
|
|
font-weight: 500;
|
|
|
color: rgba(204, 204, 204, 1);
|
|
|
}
|
|
|
.submit{
|
|
|
width:686rpx;
|
|
|
height:88rpx;
|
|
|
background:rgba(65,205,121,1);
|
|
|
border-radius:10rpx;
|
|
|
font-size:32rpx;
|
|
|
font-family:PingFang SC;
|
|
|
font-weight:500;
|
|
|
color:rgba(255,255,255,1);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin: 164rpx auto 0;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
|
|
|
.submit {
|
|
|
width: 686rpx;
|
|
|
height: 88rpx;
|
|
|
background: rgba(65, 205, 121, 1);
|
|
|
border-radius: 10rpx;
|
|
|
font-size: 32rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin: 164rpx auto 0;
|
|
|
} |
...
|
...
|
|