memoryLevel.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. justify-content: flex-start;
  6. }
  7. .panelTitle {
  8. width: 100%;
  9. margin-top: 50rpx;
  10. justify-content: flex-start;
  11. }
  12. .panelTitle0 {
  13. margin-top: 50rpx;
  14. }
  15. .panelTitle .panelTitle1 {
  16. font-size: 32rpx;
  17. margin-left: 30rpx;
  18. margin-bottom: 30rpx;
  19. }
  20. .panelItem {
  21. width: 100%;
  22. justify-content: space-between;
  23. font-size: 28rpx;
  24. min-height: 100rpx;
  25. background-color: #fff;
  26. }
  27. .panelItem2 {
  28. width: 690rpx;
  29. font-weight: 400;
  30. font-size: 24rpx;
  31. margin: 0 0 30rpx 0;
  32. }
  33. .help_picture_fourcolor{
  34. width:688rpx;
  35. height:730rpx;
  36. }
  37. .panelItem1{
  38. width:690rpx;
  39. margin: 40rpx 0 40rpx 0;
  40. font-weight: 400;
  41. font-size:24rpx;
  42. }
  43. .panel{
  44. width:100%;
  45. background-color: #fff;
  46. }
  47. .panelTitle .panelTitle2{
  48. margin: 20rpx 0 30rpx 30rpx;
  49. font-size:28rpx;
  50. font-weight: 400;
  51. }
  52. .panelTitle .panelTitle3{
  53. margin: 0 0 30rpx 30rpx;
  54. font-size:28rpx;
  55. font-weight: 400;
  56. }
  57. .panelSelected{
  58. width:690rpx;
  59. height:173rpx;
  60. border-radius: 10rpx;
  61. border:1rpx solid #9B9B9B;
  62. margin-bottom: 30rpx;
  63. }
  64. .panelSelected .panelSelected0{
  65. border-radius: 50%;
  66. width:34rpx;
  67. height:34rpx;
  68. background-color: #0071EF;
  69. border: 3rpx solid #0071EF;
  70. margin-left: 30rpx;
  71. }
  72. .universalpic_checked_white_22x17{
  73. width:22rpx;
  74. height:17rpx;
  75. }
  76. .panelSelected .panelSelected00{
  77. background-color: #F8F8F8;
  78. border: 3rpx solid #D2D2D2;
  79. }
  80. .panelSelected .panelSelected1{
  81. width:600rpx;
  82. align-items: flex-start;
  83. margin-left: 20rpx;
  84. }
  85. .panelSelected .panelSelected11{
  86. justify-content: flex-start;
  87. }
  88. .panelSelected .panelSelected111{
  89. align-items: flex-start;
  90. margin-right: 10rpx;
  91. }
  92. .panelSelected .text1{
  93. font-size:29rpx;
  94. font-weight: 400;
  95. margin-bottom: 20rpx;
  96. }
  97. .panelSelected .text2{
  98. font-size:24rpx;
  99. font-weight: 400;
  100. }
  101. .color{
  102. width:130rpx;
  103. height:10rpx;
  104. margin-bottom: 10rpx;
  105. }
  106. .Answer0 {
  107. background-color: #FE6659;
  108. }
  109. .Answer1 {
  110. background-color: #FFBC00;
  111. }
  112. .Answer2 {
  113. background-color: #329468;
  114. }
  115. .Answer3 {
  116. background-color: #0A60BE;
  117. }
  118. .selected{
  119. border:5rpx solid #0071EF;
  120. width:686rpx;
  121. height:170rpx;
  122. }
  123. .panelItem3 {
  124. width: 690rpx;
  125. font-weight: 400;
  126. font-size: 24rpx;
  127. margin: 0 0 30rpx 30rpx;
  128. color: #787878;
  129. }