123456789101112131415161718 |
- /* pages/artical/info/index.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;
- }
- .w80{ width:90%}
|