2025-06-19 17:33:18 +08:00

148 lines
3.4 KiB
Plaintext

/* pages/violationReporting/violationReporting.wxss */
page{
background-color: #EFF1F4;
}
.identificationBox{
background-color: #ffffff;
padding:16rpx 0;
width: 100%;
padding: 16rpx 0;
position: relative;
.textarea{
height: 176rpx;
width: calc(100% - 56rpx);
border-radius: 16rpx;
border: 2rpx solid #E6EAF2;
margin: 0 16rpx 16rpx 16rpx;
padding: 12rpx;
font-size: 28rpx;
}
.analysisBtn{
position: relative;
width: calc(100% - 32rpx);
margin: 0 16rpx;
.tips{
color:red;
font-size: 25rpx;
}
}
.button{
width: 128rpx;
height: 64rpx;
background: linear-gradient(90deg, #3B7CFC 0%, #548BFC 100%);
border-radius: 16rpx;
text-align: center;
line-height: 64rpx;
color: #fff;
// position: absolute;
// right: 16px;
&.disabled{
opacity: 0.35;
}
}
}
.flex-between{
display: flex;
align-items: center;
justify-content: space-between;
}
.flex-align{
display:flex;
align-items: center;
}
.flex-end{
display: flex;
align-items: center;
justify-content: flex-end;
}
.box{
background-color: #ffffff;
font-size: 28rpx;
padding:28rpx 20rpx 0 20rpx;
margin-top: 16rpx;
.row{
.left{
color: #333F53;
font-weight: bold;
.bg{
width: 8rpx;
height: 44rpx;
background: linear-gradient(180deg, #4E87FC 0%, #38B1FE 100%);
border-radius: 4rpx;
margin-right: 16rpx;
}
}
.right{
color: #2E3A4F;
}
}
.info-item{
padding: 20rpx;
border-bottom: 2rpx solid #E6EAF2;
&.borderBottomNone{
border-bottom: none;
}
&.disabledItem{
background: #EFF1F4;
box-shadow: 0px 1px 0px 0px #E6EAF2;
.right{
color: #949CB5;
}
}
.left{
color: #2F3B50;
width:40%;
.require{
color: #EA4955;
}
}
.right{
width: 60%;
text-align: right;
&.selectItem{
width: 100%;
justify-content: flex-end;
.placeholder{
color: #949CB5;
}
}
.arrow{
width: 0;
height: 0;
border-left: 13rpx solid transparent;
border-right: 13rpx solid transparent;
border-top: 15rpx solid #636B83;
margin-left: 18rpx;
}
}
.tips{
color:red;
text-align: right;
margin-top: 10rpx;
font-size: 25rpx;
}
}
}
.searchBox{
position: absolute;
width: 100%;
left: 0;
top: 80rpx;
z-index: 63;
}
.operateBtn{
box-shadow: 0rpx -4rpx 24rpx 0rpx rgba(0,0,0,0.2);
border-radius: 16rpx 16rpx 0rpx 0rpx;
padding: 45rpx 22rpx;
font-size: 30rpx;
margin-top: 40rpx;
background-color: #ffffff;
.submitBtn{
height: 80rpx;
background: linear-gradient(90deg, #3B7CFC 0%, #548BFC 100%);
border-radius: 16rpx;
color: #FFFFFF;
line-height: 80rpx;
text-align: center;
}
}