list.wxss 2.5 KB

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