mywords.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .container {
  2. background: #E3E3E3;
  3. color: #4D4D4D;
  4. }
  5. .textNull1{
  6. margin-top: 460rpx;
  7. font-size: 28rpx;
  8. }
  9. .textNull2{
  10. margin-top: 10rpx;
  11. font-size: 24rpx;
  12. font-weight: 400;
  13. }
  14. .panel1 {
  15. width: 100%;
  16. height:100rpx;
  17. position: fixed;
  18. z-index: 10;
  19. top:0;
  20. background: #E3E3E3;
  21. }
  22. .panel11{
  23. width: 290rpx;
  24. height: 60rpx;
  25. background: #4D4D4D;
  26. border-radius: 10rpx;
  27. color:#f0f0f0;
  28. font-size:28rpx;
  29. }
  30. .panel111{
  31. width: 140rpx;
  32. height:50rpx;
  33. }
  34. .panel112{
  35. background: #FFFFFF;
  36. box-shadow: 0 4rpx 0 0 rgba(0,0,0,0.20);
  37. border-radius: 5rpx;
  38. color:#4D4D4D;
  39. }
  40. .panel12{
  41. position: absolute;
  42. right:30rpx;
  43. top:20rpx;
  44. width: 110rpx;
  45. height:50rpx;
  46. background: #F8F8F8;
  47. border: 5rpx solid #4D4D4D;
  48. border-radius: 10rpx;
  49. font-size: 28rpx;
  50. color: #4D4D4D;
  51. }
  52. .panel13{
  53. left:30rpx;
  54. }
  55. /* 提示相关样式已移至组件中 */
  56. .panel2{
  57. width: 690rpx;
  58. border-radius: 20rpx;
  59. min-height: 100rpx;
  60. background-color: #fff;
  61. margin: 30rpx 0 100rpx 0;
  62. }
  63. .panel2Item{
  64. width: 610rpx;
  65. height:100rpx;
  66. justify-content: space-between;
  67. }
  68. .panel2ItemLeft{
  69. width: 580rpx;
  70. line-height:100rpx;
  71. text-align: left;
  72. font-weight: 400;
  73. border-bottom: 1rpx solid #E3E3E3;
  74. }
  75. .panel2ItemRight{
  76. width: 110rpx;
  77. margin-right: -40rpx;
  78. justify-content: flex-start;
  79. }
  80. .panel2ItemRight1{
  81. width: 70rpx;
  82. height:100rpx;
  83. justify-content: flex-end;
  84. border-bottom: 1rpx solid #E3E3E3;
  85. }
  86. .sysIcon_a39{
  87. width: 20rpx;
  88. height: 22rpx;
  89. margin-right:20rpx;
  90. }
  91. .panel2ItemSelect{
  92. width:100rpx;
  93. margin-left: -40rpx;
  94. }
  95. .panel2ItemSelectNo{
  96. width: 34rpx;
  97. height: 34rpx;
  98. background: #F8F8F8;
  99. border: 3rpx solid #787878;
  100. border-radius: 50%;
  101. margin-left: 10rpx;
  102. }
  103. .panel2ItemSelectNo{
  104. width: 34rpx;
  105. height: 34rpx;
  106. background: #F8F8F8;
  107. border: 3rpx solid #787878;
  108. border-radius: 50%;
  109. margin-left: 10rpx;
  110. }
  111. .panel2ItemSelected{
  112. background: #009933;
  113. border: 3rpx solid #009933;
  114. }
  115. .sysIcon_a11{
  116. width: 20rpx;
  117. height: 16rpx;
  118. }
  119. .panelFooter{
  120. width: 100%;
  121. height:180rpx;
  122. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  123. position: fixed;
  124. bottom: 0rpx;
  125. align-items: flex-start;
  126. z-index: 10;
  127. }
  128. .panelFooter1{
  129. width:730rpx;
  130. height:140rpx;
  131. color:#F2F2F2;
  132. background: #1E1E1E;
  133. box-shadow: 0 30rpx 0 0 #0C0C0C;
  134. border-radius: 10rpx 10rpx 60rpx 60rpx;
  135. }
  136. .panelFooter10{
  137. background-color: #303030;
  138. font-size:24rpx;
  139. }
  140. .panelFooter11{
  141. width:160rpx;
  142. height:120rpx;
  143. background: #1E1E1E;
  144. border-radius: 0rpx 0rpx 10rpx 60rpx;
  145. }
  146. .panelFooter12{
  147. width:180rpx;
  148. height:120rpx;
  149. border-radius: 10rpx 10rpx 10rpx 10rpx;
  150. margin: 0 10rpx 0 0;
  151. }
  152. .panelFooter13{
  153. width:180rpx;
  154. height:120rpx;
  155. border-radius: 10rpx 5rpx 50rpx 10rpx;
  156. }
  157. .text02{
  158. font-size:24rpx;
  159. margin-top: 10rpx;
  160. }
  161. .text03{
  162. font-size:26rpx;
  163. }
  164. .sysIcon_a14{
  165. width:20rpx;
  166. height:20rpx;
  167. }
  168. .panelRemind{
  169. width: 690rpx;
  170. margin-bottom: 75rpx;
  171. position: fixed;
  172. bottom: 0;
  173. background: #FFA70C;
  174. box-shadow: 0 20rpx 0 0 #CB8409, 0 50rpx 0 0 rgba(0,0,0,0.50);
  175. border-radius: 60rpx;
  176. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  177. }
  178. .sysIcon_b10{
  179. width: 360rpx;
  180. height:140rpx;
  181. position: absolute;
  182. right:0;
  183. top:-22rpx;
  184. }
  185. .panelRemind1{
  186. width: 100%;
  187. justify-content: flex-start;
  188. margin-top: 40rpx;
  189. font-size: 36rpx;
  190. color: #FFFFFF;
  191. z-index: 25rpx;
  192. }
  193. .sysIcon_b09{
  194. width: 50rpx;
  195. height:50rpx;
  196. margin: 0 20rpx 0 50rpx ;
  197. }
  198. .panelRemind2{
  199. width: 650rpx;
  200. min-height:220rpx;
  201. background: #FFFFFF;
  202. color: #2E2E2E;
  203. border-radius: 40rpx;
  204. margin: 30rpx 0;
  205. justify-content: flex-start;
  206. }
  207. .textRemind{
  208. width:570rpx;
  209. font-weight: 400;
  210. font-size: 28rpx;
  211. align-items: flex-start;
  212. margin-top: 80rpx;
  213. }
  214. .panelRemind21{
  215. width:100%;
  216. margin: 60rpx 0 0 0;
  217. }
  218. .btnReind1{
  219. width:580rpx;
  220. height:90rpx;
  221. background: #F0F0F0;
  222. border-radius: 20rpx;
  223. font-size: 36rpx;
  224. }
  225. .btnReind2{
  226. margin: 30rpx 0 40rpx 0;
  227. }