Files
kelfy-mini/pages/feedBack/feedBack.wxss

141 lines
2.2 KiB
Plaintext
Raw Normal View History

2025-11-13 13:38:59 +08:00
/* pages/userMsgDel/userMsgDel.wxss */
.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: 180rpx;
font-size: 35rpx;
color: #333;
line-height: 120rpx;
}
.input{
flex: 1;
font-size: 35rpx;
color: #333;
line-height: 120rpx;
}
.input2{
flex: 1;
height: 100%;
font-size: 30rpx;
color: #666;
line-height: 120rpx;
}
.input3{
flex: 1;
height: 100%;
font-size: 35rpx;
color: #333;
line-height: 120rpx;
}
.sr{
border: 0;
}
.placeholder{
font-size: 30rpx;
}
.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
}
.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: 80rpx;
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;
}