123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* pages/SelfServiceTool/IntegralSettlementPolicy/index.wxss */
  2. @import '../../../app.wxss';
  3. .layer {
  4. width: 100%;
  5. position: absolute;
  6. left: 0;
  7. top: 0;
  8. bottom: 0;
  9. z-index: 1000;
  10. background: rgba(0, 0, 0, .7);
  11. overflow: hidden;
  12. }
  13. movable-view {
  14. min-width: 100%;
  15. min-height: 100%;
  16. }
  17. .MainPage > view.content {
  18. padding: 0 40rpx;
  19. position: relative;
  20. overflow: hidden;
  21. z-index: 1;
  22. }
  23. .title {
  24. width: 100%;
  25. display: block;
  26. text-align: center;
  27. font-size: 40rpx;
  28. line-height: 60rpx;
  29. margin: 30rpx auto 0;
  30. }
  31. .p {
  32. width: 100%;
  33. display: block;
  34. line-height: 40rpx;
  35. font-size: 24rpx;
  36. min-height: 40rpx;
  37. }
  38. .b {
  39. color: #bb9c79;
  40. font-weight: bolder;
  41. line-height: 40rpx;
  42. font-size: 24rpx;
  43. }
  44. .bBg {
  45. color: #fff;
  46. font-weight: bolder;
  47. line-height: 40rpx;
  48. font-size: 32rpx;
  49. display: inline-block;
  50. background: #bb9c79;
  51. padding: 0 10rpx;
  52. }