123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /* pages/SelfServiceTool/IntegralSettlementPolicy/index.wxss */
- @import '../../../app.wxss';
-
- .layer {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- z-index: 1000;
- background: rgba(0, 0, 0, .7);
- overflow: hidden;
- }
-
- movable-view {
- min-width: 100%;
- min-height: 100%;
- }
-
- .MainPage > view.content {
- padding: 0 40rpx;
- position: relative;
- overflow: hidden;
- z-index: 1;
- }
-
- .title {
- width: 100%;
- display: block;
- text-align: center;
- font-size: 40rpx;
- line-height: 60rpx;
- margin: 30rpx auto 0;
- }
-
- .p {
- width: 100%;
- display: block;
- line-height: 40rpx;
- font-size: 24rpx;
- min-height: 40rpx;
- }
-
- .b {
- color: #bb9c79;
- font-weight: bolder;
- line-height: 40rpx;
- font-size: 24rpx;
- }
-
- .bBg {
- color: #fff;
- font-weight: bolder;
- line-height: 40rpx;
- font-size: 32rpx;
- display: inline-block;
- background: #bb9c79;
- padding: 0 10rpx;
- }
-
|