clicktype.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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: 40rpx;
  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. .panelItemSelected {
  28. border: 5rpx solid #fff;
  29. box-shadow: 0 0 0 3px #0071ef;
  30. }
  31. .panelItem01 {
  32. width: 100%;
  33. line-height: 100rpx;
  34. padding-left: 30rpx;
  35. font-weight: 400;
  36. border-radius: 10rpx;
  37. }
  38. .panelItem .panelItem1 {
  39. margin-left: 30rpx;
  40. font-weight: 400;
  41. }
  42. .panelItem2 {
  43. width: 690rpx;
  44. font-weight: 400;
  45. font-size: 24rpx;
  46. }
  47. .help_picture_clickshow_01 {
  48. width: 688rpx;
  49. height: 447rpx;
  50. margin: 40rpx 0;
  51. }
  52. .panelSelected {
  53. width: 690rpx;
  54. border-radius: 10rpx;
  55. border: 1rpx solid #9b9b9b;
  56. margin-bottom: 30rpx;
  57. justify-content: flex-start;
  58. }
  59. .panelSelected .panelSelected0 {
  60. border-radius: 50%;
  61. width: 34rpx;
  62. height: 34rpx;
  63. background-color: #0071ef;
  64. border: 3rpx solid #0071ef;
  65. margin-left: 30rpx;
  66. }
  67. .universalpic_checked_white_22x17 {
  68. width: 22rpx;
  69. height: 17rpx;
  70. }
  71. .panelSelected .panelSelected00 {
  72. background-color: #f8f8f8;
  73. border: 3rpx solid #d2d2d2;
  74. }
  75. .panelSelected .panelSelected1 {
  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: 28rpx;
  88. font-weight: 400;
  89. margin: 30rpx 0 20rpx 0;
  90. color:#1e1e1e;
  91. }
  92. .help_picture_clickshow_02 {
  93. width: 398rpx;
  94. height: 300rpx;
  95. margin-bottom: 30rpx;
  96. }
  97. .help_picture_clickshow_03 {
  98. width: 398rpx;
  99. height: 300rpx;
  100. margin-bottom: 30rpx;
  101. }
  102. .Remark {
  103. font-size: 24rpx;
  104. font-weight: 400;
  105. color: #787878;
  106. width: 690rpx;
  107. margin: 30rpx 0;
  108. }