58 lines
878 B
Plaintext
58 lines
878 B
Plaintext
/* pages/czMsg/czMsg.wxss */
|
|
.main{
|
|
margin: 30rpx 0;
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
}
|
|
.wrap{
|
|
width: 90%;
|
|
border-radius: 5rpx;
|
|
margin: 40rpx auto;
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
|
padding:0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.title{
|
|
height: 200rpx;
|
|
width: 100%;
|
|
}
|
|
.text{
|
|
height: 40rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
font-size: 35rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #333;
|
|
}
|
|
|
|
|
|
.wrap :last-child{
|
|
border: none;
|
|
}
|
|
.item{
|
|
height: 120rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
}
|
|
.left{
|
|
width: 25%;
|
|
font-size: 35rpx;
|
|
color: #666;
|
|
text-align-last:justify;
|
|
text-align:justify;
|
|
text-justify:distribute-all-lines;
|
|
}
|
|
.right{
|
|
width: 70%;
|
|
height: 100%;
|
|
font-size: 35rpx;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|