226 lines
3.5 KiB
Plaintext
226 lines
3.5 KiB
Plaintext
|
|
/* pages/userMsgDel/userMsgDel.wxss */
|
||
|
|
.my-input-class {
|
||
|
|
border-radius: 8px; /* 增加圆角边框 */
|
||
|
|
/* border: 1px solid rgb(248, 21, 21); */
|
||
|
|
|
||
|
|
font-size: 35rpx;
|
||
|
|
}
|
||
|
|
.inputf{
|
||
|
|
flex: 1;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
/* border: 1rpx solid #0af1a4; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.main{
|
||
|
|
margin: 30rpx 0;
|
||
|
|
width: 750rpx;
|
||
|
|
}
|
||
|
|
.content{
|
||
|
|
height: 100%;
|
||
|
|
width: 90%;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.title{
|
||
|
|
height: 120rpx;
|
||
|
|
width: 100%;
|
||
|
|
font-size: 33rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 120rpx;
|
||
|
|
border-bottom: 1rpx solid #f8f8f8;
|
||
|
|
}
|
||
|
|
.item{
|
||
|
|
height: 120rpx;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
border-bottom: 1rpx solid #f8f8f8;
|
||
|
|
}
|
||
|
|
.left{
|
||
|
|
height: 100%;
|
||
|
|
width: 140rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
/* border: 1rpx solid #6306f8; */
|
||
|
|
}
|
||
|
|
.input{
|
||
|
|
flex: 1;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
/* border: 1rpx solid #f10c0c; */
|
||
|
|
margin-left: 30rpx;
|
||
|
|
}
|
||
|
|
.inputs{
|
||
|
|
display: flex !important;
|
||
|
|
|
||
|
|
}
|
||
|
|
.sr1{
|
||
|
|
flex:1;
|
||
|
|
padding-left:43px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.add{
|
||
|
|
width: 40px;
|
||
|
|
height: 25px;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 25px;
|
||
|
|
/* border:1px solid #eee; */
|
||
|
|
border-radius: 4px;
|
||
|
|
font-size: 13px;
|
||
|
|
margin-left: 3px;
|
||
|
|
background-color: #006eff;
|
||
|
|
color:#fff;
|
||
|
|
}
|
||
|
|
.sp{
|
||
|
|
display: flex;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
}
|
||
|
|
.input2{
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 120rpx;
|
||
|
|
margin-left: 30rpx;
|
||
|
|
}
|
||
|
|
.input3{
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
margin-left: 30rpx;
|
||
|
|
}
|
||
|
|
.sr{
|
||
|
|
border: 0;
|
||
|
|
|
||
|
|
/* border: 1rpx solid #f50808; */
|
||
|
|
|
||
|
|
}
|
||
|
|
.placeholder{
|
||
|
|
font-size: 30rpx;
|
||
|
|
/* border: 1rpx solid #f50808; */
|
||
|
|
|
||
|
|
}
|
||
|
|
.popWrap{
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
padding: 10rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.popWrap :last-child{
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
.title1{
|
||
|
|
height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
font-size: 33rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 80rpx;
|
||
|
|
text-align: center
|
||
|
|
}
|
||
|
|
.msgItem1{
|
||
|
|
height: 160rpx;
|
||
|
|
width: 80%;
|
||
|
|
margin: 0 auto;
|
||
|
|
border-bottom: 1rpx solid #f8f8f8;
|
||
|
|
}
|
||
|
|
.kUp{
|
||
|
|
height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.k1{
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.k2{
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
/* margin-left: 10rpx; */
|
||
|
|
}
|
||
|
|
.KDown{
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
.msgItem{
|
||
|
|
height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 80rpx;
|
||
|
|
border-bottom: 1rpx solid #f8f8f8;
|
||
|
|
}
|
||
|
|
.left1{
|
||
|
|
height: 100%;
|
||
|
|
width: 300rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 120rpx;
|
||
|
|
}
|
||
|
|
.left1{
|
||
|
|
height: 100%;
|
||
|
|
width: 400rpx;
|
||
|
|
}
|
||
|
|
.switch{
|
||
|
|
height: 100%;
|
||
|
|
width: 100rpx;
|
||
|
|
display:flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.msgDes{
|
||
|
|
height: 180rpx;
|
||
|
|
width: 100%;
|
||
|
|
padding: 20rpx 15rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
background: rgba(247,247,248);
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.btn{
|
||
|
|
height: 100rpx;
|
||
|
|
margin-top: 50rpx;
|
||
|
|
width: 100%;
|
||
|
|
background: rgba(0,110,255);
|
||
|
|
color: #fff;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 100rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
letter-spacing: 5rpx;
|
||
|
|
}
|
||
|
|
.btn2{
|
||
|
|
height: 100rpx;
|
||
|
|
margin-top: 30rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
width: 100%;
|
||
|
|
background: rgba(228,240,255);
|
||
|
|
color: rgba(3,112,255);
|
||
|
|
text-align: center;
|
||
|
|
line-height: 100rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
letter-spacing: 5rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
|