mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/selfOperated/addWe.wxss

137 lines
2.7 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.addWe .addWe-tip {
width: 710rpx;
margin: 20rpx 20rpx 0 20rpx;
box-sizing: border-box;
padding: 24rpx 22rpx 60rpx 22rpx;
background: #fce8e8;
border-radius: 20rpx;
font-weight: 400;
font-size: 30rpx;
color: #c8424b;
line-height: 37rpx;
text-align: left;
font-style: normal;
display: flex;
}
.addWe .addWe-tip .addWe-tip-img {
width: 24rpx;
height: 27rpx;
margin-right: 9rpx;
margin-top: 4rpx;
}
.addWe .addWe-form {
-webkit-transform: translateY(-40rpx);
transform: translateY(-40rpx);
box-sizing: border-box;
margin: 0 20rpx;
padding: 25rpx;
width: 710rpx;
height: 480rpx;
background: #ffffff;
border-radius: 20rpx;
}
.addWe .addWe-form .addWe-form-title {
font-weight: 500;
font-size: 30rpx;
color: #333333;
line-height: 42rpx;
text-align: left;
font-style: normal;
}
.addWe .addWe-form .form-item {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #f2f2f2;
padding: 30rpx 0;
}
.addWe .addWe-form .form-item .form-item-text {
font-weight: 400;
font-size: 28rpx;
color: #666666;
line-height: 40rpx;
text-align: left;
font-style: normal;
width: 180rpx;
flex-shrink: 0;
}
.addWe .addWe-form .form-item input {
font-weight: 400;
font-size: 28rpx;
line-height: 40rpx;
text-align: left;
font-style: normal;
flex: 1;
margin-left: 30rpx;
color: #333;
background-color: transparent;
padding: 0;
box-sizing: border-box;
}
.addWe .addWe-form .form-item .uni-input-wrapper {
text-align: end;
}
.addWe .addWe-form .form-item .form-item-right {
display: flex;
align-items: center;
}
.addWe .addWe-form .form-item .form-item-right .text1 {
color: #c4c4c4;
font-weight: 400;
font-size: 28rpx;
line-height: 40rpx;
}
.addWe .addWe-form .form-item .form-item-right .text2 {
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
}
.addWe .addWe-form .form-item .form-item-right .arrow-right {
margin-left: 20rpx;
width: 12rpx;
height: 24rpx;
}
.addWe .addWe-form .input-placeholde {
color: #c4c4c4;
}
.agreement-footer {
padding: 60rpx 30rpx;
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
}
.agreement-footer .agreement-btn {
width: 690rpx;
height: 78rpx;
background: #e8101e;
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
color: #ffffff;
text-align: center;
font-style: normal;
display: flex;
align-items: center;
justify-content: center;
}
.uni-input-placeholder {
font-weight: 400;
font-size: 28rpx;
color: #C4C4C4;
line-height: 40rpx;
text-align: right;
font-style: normal;
}
.uni-input-input {
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: right;
font-style: normal;
}