list.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. .topImage {
  16. width: 100%;
  17. height: 430rpx;
  18. }
  19. .list1 {
  20. width: 100%;
  21. height: 100rpx;
  22. background-color: #c4a270;
  23. font-size: 36rpx;
  24. }
  25. .list1 .nav {
  26. width: 50%;
  27. height: 100rpx;
  28. justify-content: flex-end;
  29. }
  30. .list1 .nav1 {
  31. border-bottom: 10rpx solid #593613;
  32. line-height: 70rpx;
  33. }
  34. .list1 .nav2 {
  35. border-bottom: 10rpx solid #c4a270;
  36. line-height: 70rpx;
  37. }
  38. .list2 {
  39. width: 100%;
  40. background-color: #dfc7a4;
  41. font-size: 36rpx;
  42. }
  43. .list2 .btn {
  44. width: 690rpx;
  45. height: 192rpx;
  46. background-color: #CDB797;
  47. border-radius: 10rpx;
  48. margin-bottom: 20rpx;
  49. }
  50. .list2 .btn1 {
  51. width: 100%;
  52. height: 180rpx;
  53. background-color: #F0F0F0;
  54. border-radius: 10rpx;
  55. position: relative;
  56. top: 0;
  57. justify-content: space-between;
  58. }
  59. .list2 .left {
  60. margin-left: 40rpx;
  61. }
  62. .list2 .right {
  63. margin-right: 40rpx;
  64. align-items: flex-end;
  65. }
  66. .list2 .right1 {
  67. margin-bottom: 10rpx;
  68. }
  69. .list2 .img04005 {
  70. width:24rpx;
  71. height:30rpx;
  72. }
  73. .list2 .img04007 {
  74. width:24rpx;
  75. height:39rpx;
  76. }
  77. .list2 .img04008 {
  78. width:30rpx;
  79. height:30rpx;
  80. }
  81. .list2 .title {
  82. margin-left: 30rpx;
  83. font-size:58rpx;
  84. }
  85. .list2 .line {
  86. width:5rpx;
  87. height:20rpx;
  88. background-color: #DFC7A4;
  89. }
  90. .list2 .title2 {
  91. font-size:22rpx;
  92. margin-left: 30rpx;
  93. }
  94. .list2 .title3 {
  95. font-size:20rpx;
  96. margin-left: 10rpx;
  97. }
  98. .line2 {
  99. background-color: #dfc7a4;
  100. height:40rpx;
  101. }
  102. .line3 {
  103. background-color: #dfc7a4;
  104. height:100rpx;
  105. }
  106. .line4 {
  107. background-color: #dfc7a4;
  108. height:80rpx;
  109. }
  110. .group{
  111. width:100%;
  112. justify-content: flex-start;
  113. background-color: #F5E2BE;
  114. margin-bottom: 20rpx;
  115. }
  116. .group .title{
  117. width:100%;
  118. margin: 50rpx 0 0 0;
  119. justify-content: flex-start;
  120. }
  121. .group .title1{
  122. margin: 0 0 0 30rpx;
  123. font-size:28rpx;
  124. }
  125. .group .table{
  126. margin: 40rpx 20rpx 60rpx 30rpx;
  127. font-size:48rpx;
  128. justify-content: flex-start;
  129. align-items: flex-start;
  130. flex-wrap: wrap;
  131. /* background-color: #000; */
  132. }
  133. .group .box{
  134. margin: 0 7rpx 7rpx 0;
  135. background-color: #fff;
  136. width:106rpx;
  137. height:106rpx;
  138. line-height: 106rpx;
  139. text-align: center;
  140. font-weight: 400;
  141. border:1rpx solid #CDB797;
  142. }
  143. .group .boxSelect{
  144. color:#fff;
  145. background-color: #FFA556;
  146. border:1rpx solid #593613;
  147. width:106rpx;
  148. height:106rpx;
  149. }