policyInfo.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* #ifndef H5 */
  2. page {
  3. height: 100%;
  4. // background-color: #f2f2f2;
  5. }
  6. /* #endif */
  7. .policyInfo{
  8. &-title{
  9. width: 100%;
  10. height: 82rpx;
  11. text-align: center;
  12. background: #FFF0DF;
  13. view:first-child{
  14. padding-top: 20rpx;
  15. font-size: 28rpx;
  16. font-family: PingFangSC-Regular, PingFang SC;
  17. font-weight: 400;
  18. color: #EB5F29;
  19. line-height: 40rpx;
  20. letter-spacing: 1px;
  21. }
  22. }
  23. &-wrap{
  24. background-color: #f2f2f2;
  25. display: flex;
  26. flex-direction: column;
  27. height: calc(100vh - var(--window-top) - 458rpx);
  28. width: 100%;
  29. padding-bottom: 120rpx;
  30. .swiper-box{
  31. flex: 1;
  32. .swiper-item{
  33. height: 100%;
  34. .page-box{
  35. padding: 20rpx 30rpx;
  36. .policyInfo-container{
  37. padding: 0 32rpx;
  38. margin-bottom: 20rpx;
  39. background-color: #FFFFFF;
  40. border-radius: 10rpx;
  41. .item{
  42. display: flex;
  43. flex-wrap: wrap;
  44. justify-content: space-between;
  45. .title{
  46. padding: 55rpx 0;
  47. font-size: 30rpx;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. font-weight: 400;
  50. color: #000000;
  51. line-height: 42rpx;
  52. letter-spacing: 1px;
  53. }
  54. .item-image{
  55. padding: 26rpx 0;
  56. text-align: center;
  57. .image{
  58. width: 128rpx;
  59. height: 101rpx;
  60. box-shadow: 0 0 10rpx 0 rgba(77, 77, 77, 0.23);
  61. border-radius: 7rpx;
  62. }
  63. }
  64. }
  65. }
  66. }
  67. }
  68. }
  69. }
  70. .policybtn{
  71. .policybtn-container{
  72. padding-bottom: env(safe-area-inset-bottom);
  73. display: flex;
  74. flex-direction: row;
  75. align-items: center;
  76. position: fixed;
  77. bottom: 0;
  78. left: 0;
  79. width: 100%;
  80. z-index: 998;
  81. box-sizing: content-box;
  82. background-color: #FFFFFF;
  83. .policybtn-content{
  84. flex: 1;
  85. justify-content: center;
  86. width: 100%;
  87. height: 100%;
  88. padding: 6px 0;
  89. display: flex;
  90. flex-direction: column;
  91. align-items: center;
  92. position: relative;
  93. background-color: #FFFFFF;
  94. view:first-child{
  95. width: 100%;
  96. padding: 8rpx 30rpx;
  97. .policysubmitbtn{
  98. width: 100%;
  99. }
  100. }
  101. }
  102. }
  103. }
  104. }