1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/SelfServiceTool/IntegralSettlementPolicy/index.wxss */
  2. @import '../../../app.wxss';
  3. .MainPage > view {
  4. padding: 0 40rpx;
  5. position: relative;
  6. overflow: hidden;
  7. }
  8. .title {
  9. width: 100%;
  10. display: block;
  11. text-align: center;
  12. font-size: 36rpx;
  13. line-height: 60rpx;
  14. margin: 30rpx auto 0;
  15. }
  16. .p {
  17. width: 100%;
  18. display: block;
  19. line-height: 40rpx;
  20. font-size: 24rpx;
  21. min-height: 40rpx;
  22. }
  23. .b {
  24. color: #bb9c79;
  25. font-weight: bolder;
  26. line-height: 40rpx;
  27. font-size: 24rpx;
  28. }
  29. .bBg {
  30. color: #fff;
  31. font-weight: bolder;
  32. line-height: 40rpx;
  33. font-size: 32rpx;
  34. display: inline-block;
  35. background: #bb9c79;
  36. padding: 0 10rpx;
  37. }
  38. .center {
  39. text-align: center;
  40. }
  41. image {
  42. margin: 20rpx auto 0;
  43. }