list.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. .examine_willread_gray_22x22{
  47. width:22rpx;
  48. height:22rpx;
  49. margin-right: 20rpx;
  50. }
  51. .examine_willwrite_green_22x22{
  52. width:22rpx;
  53. height:22rpx;
  54. }
  55. .right2{
  56. font-size: 20rpx;
  57. color:#787878;
  58. }
  59. .PanelItem2{
  60. width: 690rpx;
  61. height:86rpx;
  62. text-align: left;
  63. font-size:24rpx;
  64. font-weight: 400;
  65. color:#787878;
  66. }
  67. .SelectContainer{
  68. background-color: rgba(0,0,0,0.7);
  69. position: fixed;
  70. width:100%;
  71. top:0;
  72. }
  73. .SelectContainer .SelectContainer1{
  74. width:710rpx;
  75. height:613rpx;
  76. border-radius: 10rpx;
  77. background-color: #F8F8F8;
  78. position: relative;
  79. }
  80. .examine_subjecticon_01{
  81. width:80rpx;
  82. height:80rpx;
  83. }
  84. .SelectContainer1Text1{
  85. font-size:36rpx;
  86. margin-top: 20rpx;
  87. }
  88. .SelectContainer1Text2{
  89. font-size:28rpx;
  90. font-weight: 400;
  91. }
  92. .SelectContainer1Text3{
  93. font-size:36rpx;
  94. margin-left: 10rpx;
  95. color:#787878;
  96. }
  97. .btnPanel{
  98. margin-top: 60rpx;
  99. }
  100. .btn{
  101. width:315rpx;
  102. height:110rpx;
  103. border-radius: 10rpx;
  104. background-color: #fff;
  105. border:1rpx solid #9B9B9B;
  106. margin: 0 10rpx;
  107. }
  108. .examine_willread_gray_30x30{
  109. width:30rpx;
  110. height:30rpx;
  111. }
  112. .examine_willwrite_gray_27x27{
  113. width:27rpx;
  114. height:27rpx;
  115. }
  116. .universalpic_word_blue_30x30{
  117. width:30rpx;
  118. height:30rpx;
  119. }
  120. .SelectContainer1Text4{
  121. font-size:24rpx;
  122. margin-left: 10rpx;
  123. color:#0071EF;
  124. }
  125. .close{
  126. width:100rpx;
  127. height:100rpx;
  128. position: absolute;
  129. top:0;
  130. right:0;
  131. }
  132. .universalpic_close_black_24x24{
  133. width:24rpx;
  134. height:24rpx;
  135. }