1234567891011121314151617181920212223242526272829303132 |
- @import "../../wxParse/wxParse.wxss";
- view{
- padding: 0rpx !important;
- }
- .view{
- display: flex;
- flex-direction: column;
- padding-bottom: 30rpx !important;
- width: 92%;
- margin: 0 auto;
- }
- .view text:nth-of-type(1){
- font-size: 32rpx;
- font-weight: 800;
- }
- .view text:nth-of-type(2){
- font-size: 28rpx;
- padding-top: 10rpx;
- }
- .wxParse-p image{
- margin-left: 0rpx !important;
- margin-right: 0rpx !important;
- width: 100%;
- height: auto;
- }
- .ql-align-center{
- text-align: center;
- }
- .body{
- margin: 0 auto;
- width: 92%;
- }
|