memoryLevel.wxss 2.1 KB

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