Commit 4a845ead628eee748c7c74e5c1a44fa0f41e65db

Authored by taiyuan
1 parent 46f28af9

全局样式文件修改

Showing 1 changed file with 4 additions and 2 deletions
app.wxss
... ... @@ -46,6 +46,9 @@
46 46 .pdl20 {
47 47 padding-left: 20rpx;
48 48 }
  49 +.pdl30 {
  50 + padding-left: 30rpx;
  51 +}
49 52 .pdr10 {
50 53 padding-right: 10rpx;
51 54 }
... ... @@ -632,7 +635,6 @@ background: #ffe3e2;
632 635 .fs24{
633 636 font-size: 24rpx !important;
634 637 }
635   -
636 638 .fs26{
637 639 font-size: 26rpx;
638 640 }
... ... @@ -651,7 +653,7 @@ background: #ffe3e2;
651 653 font-size:35rpx;
652 654 }
653 655 .fs36 {
654   - font-size: 36rpx;
  656 + font-size: 36rpx !important;
655 657 }
656 658 .fs38 {
657 659 font-size: 38rpx;
... ...