list.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. .container {
  2. background-color: #dfc7a4;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. color: #1e1e1e;
  6. }
  7. .line {
  8. width: 100%;
  9. height: 10rpx;
  10. background-color: #593613;
  11. }
  12. .line1 {
  13. background-color: #c4a271;
  14. }
  15. .top {
  16. position: fixed;
  17. top:0;
  18. z-index: 10;
  19. }
  20. .top2 {
  21. top:10rpx;
  22. }
  23. .topImage {
  24. margin-top: 20rpx;
  25. width: 100%;
  26. height: 430rpx;
  27. }
  28. .list1 {
  29. width: 100%;
  30. height: 100rpx;
  31. background-color: #c4a270;
  32. font-size: 36rpx;
  33. }
  34. .list1 .nav {
  35. width: 50%;
  36. height: 100rpx;
  37. justify-content: flex-end;
  38. }
  39. .list1 .nav1 {
  40. border-bottom: 10rpx solid #593613;
  41. line-height: 70rpx;
  42. }
  43. .list1 .nav2 {
  44. border-bottom: 10rpx solid #c4a270;
  45. line-height: 70rpx;
  46. }
  47. .list2 {
  48. width: 100%;
  49. background-color: #dfc7a4;
  50. font-size: 36rpx;
  51. }
  52. .list2 .btn {
  53. width: 690rpx;
  54. height: 192rpx;
  55. background-color: #CDB797;
  56. border-radius: 10rpx;
  57. margin-bottom: 20rpx;
  58. }
  59. .list2 .btn1 {
  60. width: 100%;
  61. height: 180rpx;
  62. background-color: #F0F0F0;
  63. border-radius: 10rpx;
  64. position: relative;
  65. top: 0;
  66. justify-content: space-between;
  67. }
  68. .list2 .left {
  69. margin-left: 40rpx;
  70. }
  71. .list2 .right {
  72. margin-right: 40rpx;
  73. align-items: flex-end;
  74. }
  75. .list2 .right1 {
  76. margin-bottom: 10rpx;
  77. }
  78. .list2 .img04005 {
  79. width:24rpx;
  80. height:30rpx;
  81. }
  82. .list2 .img04007 {
  83. width:24rpx;
  84. height:39rpx;
  85. }
  86. .list2 .img04008 {
  87. width:30rpx;
  88. height:30rpx;
  89. }
  90. .list2 .title {
  91. margin-left: 30rpx;
  92. font-size:58rpx;
  93. font-weight: 450;
  94. }
  95. .list2 .line {
  96. width:5rpx;
  97. height:20rpx;
  98. background-color: #DFC7A4;
  99. }
  100. .list2 .title2 {
  101. font-size:22rpx;
  102. margin-left: 30rpx;
  103. }
  104. .list2 .title3 {
  105. font-size:20rpx;
  106. margin-left: 10rpx;
  107. }
  108. .line2 {
  109. background-color: #dfc7a4;
  110. height:40rpx;
  111. }
  112. .line3 {
  113. background-color: #dfc7a4;
  114. height:100rpx;
  115. }
  116. .line4 {
  117. background-color: #dfc7a4;
  118. height:80rpx;
  119. }
  120. .group{
  121. width:100%;
  122. justify-content: flex-start;
  123. background-color: #F5E2BE;
  124. margin-bottom: 20rpx;
  125. }
  126. .group .title{
  127. width:100%;
  128. margin: 50rpx 0 0 0;
  129. justify-content: flex-start;
  130. }
  131. .group .title1{
  132. margin: 0 0 0 30rpx;
  133. font-size:28rpx;
  134. }
  135. .group .table{
  136. margin: 40rpx 20rpx 60rpx 20rpx;
  137. font-size:48rpx;
  138. /* justify-content: flex-start; */
  139. align-items: flex-start;
  140. flex-wrap: wrap;
  141. /* background-color: #000; */
  142. }
  143. .group .box{
  144. margin: 0 3rpx 7rpx 3rpx;
  145. background-color: #fff;
  146. width:106rpx;
  147. height:106rpx;
  148. line-height: 106rpx;
  149. text-align: center;
  150. font-weight: 400;
  151. border:1rpx solid #CDB797;
  152. }
  153. .group .boxSelect{
  154. color:#fff;
  155. background-color: #FFA556;
  156. border:1rpx solid #593613;
  157. width:106rpx;
  158. height:106rpx;
  159. }
  160. .group .boxNull{
  161. background-color: #F5E2BE;
  162. border:1rpx solid #F5E2BE;
  163. width:106rpx;
  164. height:106rpx;
  165. }
  166. .PayInfo{
  167. z-index: 100;
  168. position: fixed;
  169. width: 100%;
  170. left:0;
  171. top:0;
  172. background-color: rgba(240,240,240,0.95);
  173. }
  174. .PayInfo .btn {
  175. width: 600rpx;
  176. height: 420rpx;
  177. background-color: #F19805;
  178. border-radius: 40rpx;
  179. margin-top: 282rpx;
  180. box-shadow: 0 0 30rpx rgba(0, 0, 0, 0.5);
  181. }
  182. .PayInfo .btn1 {
  183. width: 100%;
  184. height: 400rpx;
  185. background-color: #FFDD0C;
  186. border-radius: 40rpx;
  187. position:relative;
  188. top:0;
  189. justify-content: flex-start;
  190. }
  191. .PayInfo .panel1 {
  192. width: 100%;
  193. height: 280rpx;
  194. background-color: #F9676C;
  195. border-top-left-radius: 40rpx;
  196. border-top-right-radius: 40rpx;
  197. }
  198. .PayInfo .img {
  199. width: 518rpx;
  200. height: 175rpx;
  201. }
  202. .PayInfo .panel2 {
  203. width: 100%;
  204. height: 120rpx;
  205. font-size:48rpx;
  206. }
  207. .PayInfo .text1{
  208. margin-top: 126rpx;
  209. font-size:32rpx;
  210. }
  211. .PayInfo .text2{
  212. margin-top: 20rpx;
  213. font-size:36rpx;
  214. color:#A20602;
  215. }
  216. .PayInfo .Triangle{
  217. width: 16rpx;
  218. height:22rpx;
  219. margin-right: 22rpx;
  220. }
  221. .PayInfo .close {
  222. width: 100%;
  223. height: 155rpx;
  224. position: fixed;
  225. bottom: 0;
  226. justify-content: flex-start;
  227. }
  228. .PayInfo .closeImage {
  229. width: 33rpx;
  230. height: 33rpx;
  231. margin-top: 30rpx;
  232. }
  233. .hand{
  234. width:60rpx;
  235. height:90rpx;
  236. position: absolute;
  237. right:158rpx;
  238. top:405rpx;
  239. z-index: 100;
  240. }