103 lines
1.7 KiB
Plaintext
103 lines
1.7 KiB
Plaintext
|
|
/* pages/bgXq/bgXq.wxss */
|
||
|
|
.main{
|
||
|
|
margin: 30rpx 0;
|
||
|
|
width: 750rpx;
|
||
|
|
}
|
||
|
|
.content{
|
||
|
|
width: 90%;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.item1{
|
||
|
|
height: 200rpx;
|
||
|
|
width: 100%;
|
||
|
|
padding: 10rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
background: rgba(245,249,255);
|
||
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.up{
|
||
|
|
height: 50%;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.down{
|
||
|
|
height: 50%;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
.item2{
|
||
|
|
width: 100%;
|
||
|
|
margin-top: 50rpx;
|
||
|
|
padding: 10rpx 20rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
background: #fff;
|
||
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.msgItem{
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
padding: 20rpx 0;
|
||
|
|
font-size: 33rpx;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
.item3{
|
||
|
|
width: 100%;
|
||
|
|
margin-top: 50rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
background: #fff;
|
||
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xmTitle{
|
||
|
|
height: 100rpx;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
}
|
||
|
|
.xmMsg{
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
align-items: center;
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
}
|
||
|
|
.xmMsg view{
|
||
|
|
width: 20%;
|
||
|
|
padding: 20rpx 0;
|
||
|
|
word-wrap:break-word;
|
||
|
|
font-size: 25rpx;
|
||
|
|
color: #333;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.xmTitle view{
|
||
|
|
height: 100rpx;
|
||
|
|
width: 20%;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|