12345678910111213141516171819202122232425 |
- /* pages/post/post.wxss */
- page{
- background:white;
- }
- .artical-title{
- text-align:center;
- font-size:36rpx;
- font-weight: 800;
- margin-top:10rpx;
- padding:20rpx;
- background: #ffffff;
- }
- .bsmall{
- color:#409eff;
- }
- .artical-content{
- padding-left: 30rpx;
- font-size: 30rpx;
- line-height:180%;
- padding-right: 30rpx;
- }
- .w80{width:90%}
- .w95 {
- width: 95%;
- }
|