list.wxss 2.7 KB

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