/* pages/xsjb/xsjb.wxss */
|
|
page {
|
background: #f1f1f1;
|
}
|
|
.cu-form-group .title {
|
min-width: calc(4em + 30rpx);
|
}
|
|
#form-dom input {
|
text-align: right;
|
}
|
|
#form-dom .cu-form-group {
|
min-height: auto;
|
padding: 20rpx 30rpx;
|
position: relative;
|
font-size: 28rpx;
|
}
|
|
.activity-uploadImage {
|
display: flex;
|
padding:1vh 2vh;
|
}
|
|
.upload {
|
width: 48px;
|
height: 48px;
|
}
|
|
.activity-uploadImag-del {
|
width: 20px;
|
height: 20px;
|
position: absolute;
|
left: 28px;
|
}
|
|
.educt_hasupload_pic {
|
display: flex;
|
position: relative;
|
padding-right: 1vh;
|
}
|
|
.activity-uploadImag-icon {
|
width: 48px;
|
height: 48px;
|
}
|
|
#form-dom .cu-form-group:after {
|
content: " ";
|
position: absolute;
|
left: 30rpx;
|
bottom: 0;
|
right: 0;
|
height: 2rpx;
|
border-bottom: 2rpx solid #d9d9d9;
|
color: #d9d9d9;
|
transform-origin: 0 100%;
|
transform: scaleY(0.5);
|
}
|
|
#form-dom .cu-form-group .title {
|
height: 30rpx;
|
line-height: 30rpx;
|
font-size: 28rpx;
|
}
|
|
#form-dom .cu-form-group input {
|
font-size: 28rpx;
|
}
|