ts_aimz/pages/copyright/applyRepair/applyRepair.wxss
2025-05-08 08:57:38 +08:00

95 lines
1.5 KiB
Plaintext

/* pages/copyright/applyRepair/applyRepair.wxss */
.apply-box {
margin-top: 20rpx;
display: flex;
flex-direction: column;
padding: 30rpx;
background-color: var(--white-color);
border-radius: 5rpx;
}
.apply-item-row {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.apply-item-column {
display: flex;
flex-direction: column;
}
.apply-title {
font-size: 28rpx;
color: var(--text-color);
}
.apply-content {
font-size: 28rpx;
display: flex;
flex-direction: row;
align-items: center;
}
.reason-content {
border-radius: 10rpx;
border: 1rpx solid var(--divider-color);
height: 120rpx;
font-size: 28rpx;
padding: 20rpx;
}
.text-hint {
color: var(--text-gray-hint-color);
}
.text-sel {
color: var(--text-color);
}
/* 上传图片 */
.weui-uploader {
margin-top: 10rpx;
width: 100%;
}
.weui-uploader__bd {
display: flex;
flex-direction: row;
margin-bottom: 0;
}
.weui-uploader__hd {
display: none;
}
.weui-uploader__input-box {
width: 65px;
height: 65px;
border-radius: 5px;
}
.weui-uploader__file {
width: 65px;
height: 65px;
border-radius: 5px;
}
.weui-uploader__img {
border-radius: 5px;
}
.weui-uploader__overview {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 65vw;
}
.weui-uploader__input-box {
background: white;
border: 1px solid var(--divider-color);
}