list.wxss 2.8 KB

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