list.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .container{
  2. background-color: #F0F0F0;
  3. }
  4. .text1{
  5. margin: 50rpx 0 30rpx 0;
  6. font-size:24rpx;
  7. color:#787878;
  8. font-weight: 400;
  9. }
  10. .PanelItem{
  11. width:100%;
  12. /* height:263rpx; */
  13. background-color: #fff;
  14. justify-content: flex-start;
  15. border-bottom: 1rpx solid #D2D2D2;
  16. margin-bottom: 50rpx;
  17. }
  18. .PanelItem1{
  19. width:100%;
  20. justify-content: space-between;
  21. margin-top: 30rpx;
  22. margin-bottom: 30rpx;
  23. }
  24. .left{
  25. margin-left: 30rpx;
  26. }
  27. .Word{
  28. width:75rpx;
  29. background-color: #F0F0F0;
  30. color:#787878;
  31. text-align: center;
  32. line-height: 75rpx;
  33. font-size: 46rpx;
  34. margin-right: 30rpx;
  35. }
  36. .Title{
  37. font-size:30rpx;
  38. color:#1e1e1e;
  39. }
  40. .right{
  41. margin-right: 30rpx;
  42. align-items: flex-end;
  43. }
  44. .right1{
  45. margin-bottom: 15rpx;
  46. }
  47. .img{
  48. width:70rpx;
  49. height:70rpx;
  50. }
  51. .examine_willread_gray_22x22{
  52. width:22rpx;
  53. height:22rpx;
  54. }
  55. .examine_willwrite_gray_22x22{
  56. width:22rpx;
  57. height:22rpx;
  58. margin-left: 20rpx;
  59. }
  60. .right2{
  61. font-size: 20rpx;
  62. color:#787878;
  63. }
  64. .PanelItem2{
  65. width: 690rpx;
  66. text-align: left;
  67. font-size:24rpx;
  68. font-weight: 400;
  69. color:#787878;
  70. margin-bottom: 30rpx;
  71. }
  72. .SelectContainer{
  73. background-color: rgba(0,0,0,0.7);
  74. position: fixed;
  75. width:100%;
  76. top:0;
  77. }
  78. .SelectContainer .SelectContainer1{
  79. width:710rpx;
  80. /* height:613rpx; */
  81. border-radius: 10rpx;
  82. background-color: #F8F8F8;
  83. position: relative;
  84. justify-content: flex-start;
  85. }
  86. .examine_subjecticon_01{
  87. width:80rpx;
  88. height:80rpx;
  89. margin-top: 80rpx;
  90. }
  91. .SelectContainer1Text1{
  92. font-size:36rpx;
  93. margin-top: 20rpx;
  94. font-weight: 500;
  95. }
  96. .SelectContainer1Text2{
  97. font-size:28rpx;
  98. font-weight: 400;
  99. }
  100. .SelectContainer1Text3{
  101. font-size:36rpx;
  102. margin-left: 10rpx;
  103. color:#787878;
  104. font-weight: 500;
  105. }
  106. .btnPanel{
  107. margin-top: 60rpx;
  108. }
  109. .btnPanel0{
  110. margin-top: 20rpx;
  111. }
  112. .btnPanel1{
  113. margin-top: 60rpx;
  114. font-size: 28rpx;
  115. font-weight: 500;
  116. }
  117. .btn{
  118. width:315rpx;
  119. height:110rpx;
  120. border-radius: 10rpx;
  121. background-color: #fff;
  122. border:1rpx solid #9B9B9B;
  123. margin: 0 10rpx;
  124. }
  125. .examine_willread_gray_30x30{
  126. width:30rpx;
  127. height:30rpx;
  128. }
  129. .examine_willwrite_gray_27x27{
  130. width:27rpx;
  131. height:27rpx;
  132. }
  133. .universalpic_word_blue_30x30{
  134. width:30rpx;
  135. height:30rpx;
  136. }
  137. .SelectContainer1Text4{
  138. font-size:24rpx;
  139. margin-left: 10rpx;
  140. color:#0071EF;
  141. font-weight: 500;
  142. }
  143. .btnPanel2{
  144. margin-top: 30rpx;
  145. }
  146. .btnPanel21{
  147. width:315rpx;
  148. margin: 0 10rpx;
  149. text-align: center;
  150. color:#0071EF;
  151. font-size:28rpx;
  152. font-weight: 500;
  153. }
  154. .close{
  155. width:100rpx;
  156. height:100rpx;
  157. position: absolute;
  158. top:0;
  159. right:0;
  160. }
  161. .universalpic_close_black_24x24{
  162. width:24rpx;
  163. height:24rpx;
  164. }