list.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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. .hand{
  167. width:60rpx;
  168. height:90rpx;
  169. position: absolute;
  170. right:158rpx;
  171. top:405rpx;
  172. z-index: 100;
  173. }