33 lines
606 B
Plaintext
33 lines
606 B
Plaintext
@import "./index.skeleton.wxss";
|
|
.title{
|
|
margin-top: 250rpx ;
|
|
margin-left: 50rpx;
|
|
margin-bottom: 100rpx;
|
|
font-size: 50rpx;
|
|
/* font-family: "AlibabaPuHuiTi-2-75-SemiBold"; */
|
|
color: #333;
|
|
}
|
|
.item{
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 100rpx;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
.item_img{
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.entrymsg{
|
|
-webkit-overflow-scrolling: touch;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
max-height: 60vh;
|
|
overflow-y: auto;
|
|
padding: 48rpx;
|
|
text-align: left;
|
|
}
|
|
.navigator{
|
|
color:#3CC7C0
|
|
} |