mywords.wxss 3.8 KB

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