1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* pages/SelfServiceTool/IntegralSettlementPolicy/index.wxss */
- @import '../../../app.wxss';
-
- .MainPage > view {
- padding: 0 40rpx;
- position: relative;
- overflow: hidden;
- }
-
- .title {
- width: 100%;
- display: block;
- text-align: center;
- font-size: 36rpx;
- 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;
- }
-
- .center {
- text-align: center;
- }
-
- image {
- margin: 20rpx auto 0;
- }
|