12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* pages/publics/governmentArticlesDetail/governmentArticlesDetail.wxss */
- .fontActive {
- color: #c1bebe;
- }
- .fontSizeMax {
- font-size: 20px!important;
- line-height: normal;
- }
- .fontSize {
- font-size: 16px!important;
- line-height: normal;
- }
- .fontSizeSmall {
- font-size: 12px!important;
- line-height: normal;
- }
- .zcyw{
- width: 90%;
- min-height: 250rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- margin-bottom: 40rpx;
- }
- .zcyw-title{
- border: 1rpx red solid;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- color: red;
- font-weight: bold;
- }
- .zcyw-content{
- border: 1rpx red solid;
- width: 100%;
- min-height: 200rpx;
- }
|