setting.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. page {
  2. background-color: #f2f6f2;
  3. padding: 0 20rpx;
  4. box-sizing: border-box;
  5. padding-bottom: 50rpx;
  6. min-height: 100vh;
  7. }
  8. .page {
  9. background-color: #f2f6f2;
  10. min-height: 100vh;
  11. }
  12. .topBody {
  13. width: 100%;
  14. }
  15. .list_info {
  16. display: flex;
  17. flex-direction: column;
  18. width: 100%;
  19. padding: 20rpx 0;
  20. .group-header {
  21. padding: 24rpx;
  22. padding-bottom: 0;
  23. font-size: 26rpx;
  24. color: #000;
  25. font-family: "PingFang SC-Medium";
  26. background-color: #fff;
  27. overflow: hidden;
  28. border-top-left-radius: 20rpx;
  29. border-top-right-radius: 20rpx;
  30. }
  31. .item {
  32. width: 100%;
  33. height: 124rpx;
  34. padding: 0 30rpx;
  35. display: flex;
  36. flex-direction: row;
  37. justify-content: space-between;
  38. align-items: center;
  39. border-bottom: solid 1px #f0f0f0;
  40. background: #fff;
  41. .item-left {
  42. display: flex;
  43. align-items: center;
  44. .icon {
  45. width: 76rpx;
  46. height: 76rpx;
  47. margin-right: 20rpx;
  48. }
  49. text {
  50. font-size: 28rpx;
  51. color: #333;
  52. }
  53. }
  54. .item-right {
  55. display: flex;
  56. align-items: center;
  57. .arrow {
  58. width: 36rpx;
  59. }
  60. }
  61. }
  62. }
  63. .version-info {
  64. width: 100%;
  65. text-align: center;
  66. font-size: 24rpx;
  67. color: #999;
  68. margin-top: 166rpx;
  69. }
  70. .btn_submit {
  71. width: 660rpx;
  72. height: 96rpx;
  73. border: 2rpx solid #f0f0f0;
  74. border-radius: 28rpx;
  75. font-size: 32rpx;
  76. color: #1f1f1f;
  77. font-family: "PingFang SC-Bold";
  78. display: flex;
  79. flex-direction: row;
  80. justify-content: center;
  81. align-items: center;
  82. background-color: #fff;
  83. margin: 0 auto;
  84. margin-top: 15rpx;
  85. }
  86. .blankHeight {
  87. height: 300rpx;
  88. }
  89. .customerService {
  90. width: 600rpx;
  91. height: 660rpx;
  92. background: #ffffff;
  93. border-radius: 14rpx;
  94. padding: 30rpx 70rpx;
  95. image {
  96. width: 460rpx;
  97. height: 460rpx;
  98. }
  99. .text{
  100. padding-top: 8rpx;
  101. padding-bottom: 26rpx;
  102. text-align: center;
  103. }
  104. .btn-box
  105. {
  106. background: #1F1F1F;
  107. color: #fff;
  108. margin: 0 auto;
  109. width: 244rpx;
  110. height: 72rpx;
  111. font-size: 32rpx;
  112. font-family: 'PingFang SC-Bold';
  113. background: #1F1F1F;
  114. border-radius:12rpx;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. }
  119. }