grade-details.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* pages/grade-details/grade-details.wxss */
  2. /**基础风格样式**/
  3. @import '../../../towxml/style/main.wxss';
  4. /**如果页面有动态主题切换,则需要将使用到的样式全部引入**/
  5. /**主题配色(浅色样式)**/
  6. @import '../../../towxml/style/theme/light.wxss';
  7. /**主题配色(深色样式)**/
  8. @import '../../../towxml/style/theme/dark.wxss';
  9. .group-details {
  10. height: 100%;
  11. width: 100%;
  12. background: rgba(240, 241, 245, 1);
  13. }
  14. scroll-view {
  15. height: 98%;
  16. width: 100%;
  17. }
  18. .grade-details {
  19. background: #fff;
  20. display: flex;
  21. flex-direction: column;
  22. padding: 24rpx 24rpx 0 24rpx;
  23. }
  24. .grade-details image {
  25. width: 100%;
  26. height: 290rpx;
  27. border-radius: 20rpx;
  28. }
  29. .catalog {
  30. display: flex;
  31. align-items: center;
  32. width: 100%;
  33. height: 110rpx;
  34. background: #fff;
  35. position: relative;
  36. margin-bottom: 18rpx;
  37. }
  38. .catalog image {
  39. position: absolute;
  40. left: 374rpx;
  41. top: 26rpx;
  42. width: 2rpx;
  43. height: 60rpx;
  44. }
  45. .catalog text {
  46. height: 60rpx;
  47. text-align: center;
  48. font-size: 36rpx;
  49. /* margin: 0 110rpx; */
  50. margin: 0 104rpx;
  51. box-sizing: border-box;
  52. }
  53. .catalog .select {
  54. border-bottom: 4rpx solid #61CA54;
  55. color: #61CA54;
  56. }
  57. .catalog-list {
  58. width: 100%;
  59. padding: 0 18rpx 100rpx;
  60. box-sizing: border-box;
  61. }
  62. .know {
  63. padding: 18rpx 18rpx 120rpx 18rpx;
  64. box-sizing: border-box;
  65. background: #fff;
  66. margin-top: 12rpx;
  67. }
  68. .catalog-item {
  69. display: flex;
  70. justify-content: space-between;
  71. align-items: center;
  72. width: 100%;
  73. height: 88rpx;
  74. background: #fff;
  75. padding: 0 20rpx;
  76. box-sizing: border-box;
  77. margin-bottom: 12rpx;
  78. border-radius: 10rpx;
  79. }
  80. .lastThreeYears {
  81. width: 100%;
  82. height: 22rpx;
  83. line-height: 26rpx;
  84. padding-right: 6rpx;
  85. box-sizing: border-box;
  86. font-size: 16rpx;
  87. color: #939393;
  88. text-align: right;
  89. }
  90. .catalog-item .left {
  91. color: #656565;
  92. font-size: 36rpx;
  93. }
  94. .catalog-item .right {
  95. color: #939393;
  96. font-size: 28rpx;
  97. }
  98. .catalog-item .right image {
  99. width: 16rpx;
  100. height: 28rpx;
  101. vertical-align: middle;
  102. margin-right: 6rpx;
  103. }
  104. .catalog-item .right text {
  105. vertical-align: middle;
  106. }
  107. .group-btn {
  108. width: 100%;
  109. height: 102rpx;
  110. background: #FF9209;
  111. display: flex;
  112. position: absolute;
  113. bottom: 0;
  114. color: #fff;
  115. }
  116. .bottomx {
  117. bottom: 20rpx;
  118. }
  119. .group-btn .Price {
  120. position: relative;
  121. flex: 1;
  122. display: flex;
  123. flex-direction: column;
  124. justify-content: center;
  125. align-items: center;
  126. }
  127. .group-btn .Price text:nth-child(1) {
  128. font-size: 28rpx;
  129. }
  130. .group-btn .Price text:nth-child(2) {
  131. font-size: 32rpx;
  132. }
  133. .group-btn .bg1,
  134. .group-btn .bg2 {
  135. position: absolute;
  136. top: 14rpx;
  137. width: 4rpx;
  138. height: 70%;
  139. }
  140. .group-btn .bg1 {
  141. left: 35%;
  142. }
  143. .group-btn .bg2 {
  144. left: 68%;
  145. }
  146. .formFit {
  147. display: block;
  148. text-align: center;
  149. }
  150. .formBtn {
  151. margin: 0;
  152. padding: 0;
  153. background: rgba(255, 255, 255, 0);
  154. width: 100%;
  155. position: absolute;
  156. top: 0;
  157. height: 100%;
  158. left: 0;
  159. }
  160. .formBtn::after {
  161. border: none;
  162. }