ts_aimz/pages/copyright/applyRepair/applyRepair.wxss
2025-05-08 12:03:16 +08:00

187 lines
3.2 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;
}
.label {
font-size: 32rpx;
font-weight: bold;
}
.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);
}
.hint {
margin-top: 10rpx;
font-size: 26rpx;
color: var(--red-color);
}
.pro-list-box {
display: flex;
flex-direction: column;
}
.pro-list-item {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: var(--primary-color-light);
border-radius: 10rpx;
padding: 30rpx;
}
.pro-list-item:nth-of-type(n+2) {
margin-top: 20rpx;
}
.pro-list-item-left {
display: flex;
flex-direction: column;
flex: 1;
margin-left: 30rpx;
}
.pro-list-item-left-title {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.pro-list-item-left-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 20rpx;
}
.pro-list-item-left-tag {
font-size: 24rpx;
color: var(--text-color);
}
.pro-list-name {
font-size: 28rpx;
font-weight: bold;
}
/* 上传图片 */
.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);
}
/* 未选中状态 */
.custom-radio .wx-radio-input {
border-color: var(--primary-color);
/* 自定义未选中时的边框颜色 */
background-color: transparent;
width: 32rpx;
height: 32rpx;
}
/* 选中状态 */
.custom-radio .wx-radio-input.wx-radio-input-checked {
border-color: var(--primary-color);
/* 自定义选中时的边框颜色 */
background: linear-gradient(to right, var(--primary-color), var(--primary-color-light));
/* 自定义选中时的背景颜色 */
}
/* 选中状态下的内部圆圈 */
.custom-radio .wx-radio-input.wx-radio-input-checked::before {
color: #fff;
/* 自定义选中时内部圆圈的颜色 */
}
.weui-half-screen-dialog__bd {
padding-bottom: 40rpx;
}
.weui-half-screen-dialog__ft {
padding: 0rpx 0rpx 20rpx;
}