110 lines
2.4 KiB
Plaintext
110 lines
2.4 KiB
Plaintext
.addTextAndImg {
|
|
padding-bottom: 110rpx;
|
|
}
|
|
.addTextAndImg .firstAdd {
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate3d(-50%, -50%, 0);
|
|
transform: translate3d(-50%, -50%, 0);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
.addTextAndImg .firstAdd .firstAdd-garden {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border: 3px solid #000;
|
|
border-radius: 50%;
|
|
margin-bottom: 100rpx;
|
|
}
|
|
.addTextAndImg .firstAdd .firstAdd-garden .firstAdd-garden-img {
|
|
width: 200rpx;
|
|
}
|
|
.addTextAndImg .firstAdd .firstAdd-text {
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 750rpx;
|
|
}
|
|
.addTextAndImg .addTextAndImg-content .addTextAndImg-content-card .addTextAndImg-content-card-btns {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: flex-end;
|
|
gap: 10rpx;
|
|
background: #f5f5f5;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
.addTextAndImg .addTextAndImg-content .addTextAndImg-content-card .addTextAndImg-content-card-btns .addTextAndImg-content-card-btns-btn {
|
|
color: #e8101e;
|
|
border: 2rpx solid #e8101e;
|
|
width: 80rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.addTextAndImg .addTextAndImg-content .addTextAndImg-content-card .addTextAndImg-content-card-text {
|
|
padding: 20rpx;
|
|
}
|
|
.addTextAndImg .pop-cards {
|
|
z-index: 10;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
gap: 63rpx;
|
|
padding: 68rpx 40rpx;
|
|
}
|
|
.addTextAndImg .pop-cards .pop-cards-card .pop-cards-card-img {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
.addTextAndImg .pop-cards .pop-cards-card .pop-cards-card-text {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-style: normal;
|
|
}
|
|
.addTextAndImg .pop-textarea {
|
|
background-color: #fff;
|
|
margin: 200rpx 20rpx 20rpx 20rpx;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
}
|
|
.permission.transform {
|
|
top: calc(25px + 88rpx + 20rpx);
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
.bottom-buttons {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
height: 100rpx;
|
|
padding: 40rpx 0 64rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.bottom-buttons .btn-submit {
|
|
background-color: #e8101e;
|
|
color: #fff;
|
|
width: 334rpx;
|
|
height: 78rpx;
|
|
line-height: 78rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
border-radius: 78rpx;
|
|
}
|
|
|