riding.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. map{
  6. width: 100%;
  7. position: relative;
  8. }
  9. cover{
  10. line-height: normal !important;
  11. overflow: visible !important;
  12. }
  13. .index {
  14. -webkit-box-orient: vertical;
  15. -webkit-box-direction: normal;
  16. -webkit-flex-direction: column;
  17. -ms-flex-direction: column;
  18. flex-direction: column;
  19. width: 100%;
  20. height: 100%;
  21. display: flex;
  22. justify-content: space-between;
  23. }
  24. /* 四个图标 begin */
  25. .circle{
  26. height: 85rpx;
  27. width: 85rpx;
  28. border-radius: 50%;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. /* margin-bottom: 30rpx; */
  33. position: absolute;
  34. z-index: 10;
  35. }
  36. .circlee1{
  37. bottom: 220rpx;
  38. left: 50rpx;
  39. }
  40. .circlee2{
  41. bottom: 220rpx;
  42. right: 50rpx;
  43. }
  44. .circlee3{
  45. bottom: 100rpx;
  46. left: 50rpx;
  47. }
  48. .circlee4{
  49. bottom: 100rpx;
  50. right: 50rpx;
  51. }
  52. .circle1{
  53. left: 50rpx;
  54. top: 336rpx;
  55. }
  56. .circle2{
  57. right: 50rpx;
  58. top: 336rpx;
  59. }
  60. .circle3{
  61. left: 50rpx;
  62. top: 430rpx;
  63. }
  64. .circle4{
  65. right: 50rpx;
  66. top: 430rpx;
  67. }
  68. .circle5{
  69. right: 0rpx;
  70. top: 120rpx;
  71. width: 100rpx;
  72. height: 70rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. background: #fff;
  77. border-radius: 40rpx 0rpx 0rpx 40rpx;
  78. }
  79. /* 四个图标 end */
  80. .content{
  81. width: 100%;
  82. display: flex;
  83. flex-direction: column;
  84. justify-content: space-around;
  85. }
  86. .content .timeout{
  87. font-size:30rpx;
  88. font-family:PingFang SC;
  89. font-weight:bold;
  90. color:rgba(42,42,42,1);
  91. padding-left: 33rpx;
  92. display: flex;
  93. align-items: center;
  94. /* padding-top: ; */
  95. }
  96. .content .timeout image{
  97. margin: 0 !important;
  98. }
  99. .content .text{
  100. font-size:32rpx;
  101. font-family:PingFang-SC-Regular;
  102. font-weight:400;
  103. color:rgba(42,42,42,1);
  104. /* padding-top: 37rpx; */
  105. padding-left: 28rpx;
  106. }
  107. .content image{
  108. margin: 0 auto;
  109. }
  110. .content .code{
  111. width: 500rpx;
  112. margin: 0 auto;
  113. display: flex;
  114. align-items: center;
  115. justify-content: space-between;
  116. border-bottom: 2rpx solid #DEDEDE;
  117. }
  118. .content .posi{
  119. position: absolute;
  120. right: 0rpx;
  121. /* margin-top: 10rpx; */
  122. }
  123. .content .code text{
  124. font-size:32rpx;
  125. font-family:PingFang-SC-Regular;
  126. font-weight:800;
  127. color:rgba(42,42,42,1);
  128. }
  129. .content .message{
  130. width: 500rpx;
  131. display: flex;
  132. margin: 0 auto;
  133. align-items: center;
  134. justify-content: space-between;
  135. }
  136. .content .message view{
  137. display: flex;
  138. flex-direction: column;
  139. align-items: center;
  140. }
  141. .content .message view text:nth-of-type(1){
  142. font-size:36rpx;
  143. font-family:PingFang-SC-Bold;
  144. font-weight:bold;
  145. color:rgba(42,42,42,1);
  146. }
  147. .content .message view text:nth-of-type(2){
  148. font-size:24rpx;
  149. font-family:PingFang-SC-Regular;
  150. font-weight:400;
  151. color:rgba(153,153,153,1);
  152. }
  153. .btn{
  154. display: flex;
  155. padding: 0rpx 50rpx;
  156. justify-content: space-between;
  157. }
  158. .btn .btn-left{
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. width:310rpx;
  163. height:76rpx;
  164. border:2rpx solid rgba(24,213,185,1);
  165. border-radius:10rpx;
  166. font-size:32rpx;
  167. font-family:PingFang-SC-Regular;
  168. font-weight:400;
  169. color:rgba(255,254,254,1);
  170. background:rgba(24,213,185,1);
  171. }
  172. .btn .btn-right{
  173. width:310rpx;
  174. height:76rpx;
  175. border:2rpx solid rgba(24,213,185,1);
  176. color:rgba(24,213,185,1);
  177. border-radius:10rpx;
  178. font-size:32rpx;
  179. font-family:PingFang-SC-Regular;
  180. font-weight:400;
  181. display: flex;
  182. align-items: center;
  183. justify-content: center;
  184. }
  185. .container1{
  186. z-index: 9999;
  187. position: absolute;
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .content1{
  192. width: 100%;
  193. height: 100%;
  194. position: absolute;
  195. }
  196. /* .content1 .background{
  197. width: 100%;
  198. height: 100%;
  199. position: absolute;
  200. top: 0;
  201. left: 0;
  202. right: 0;
  203. bottom: 0;
  204. z-index: 8888;
  205. background: rgba(0, 0, 0, 0.3);
  206. }
  207. .content1 .txt{
  208. position: absolute;
  209. z-index: 9999;
  210. top: 50%;
  211. left: 50%;
  212. -webkit-transform: translate(-50%, -50%);
  213. transform: translate(-50%, -50%);
  214. background-color: #FFFFFF;
  215. text-align: center;
  216. overflow: hidden;
  217. width:500rpx;
  218. height:250rpx;
  219. background:rgba(255,255,255,1);
  220. border-radius:20rpx;
  221. display: flex;
  222. flex-direction: column;
  223. align-items: center;
  224. justify-content: space-between;
  225. } */
  226. .content1 .txt .top{
  227. height: 180rpx;
  228. display: flex;
  229. flex-direction: column;
  230. align-items: center;
  231. justify-content: center;
  232. font-size:28rpx;
  233. font-family:PingFang SC;
  234. font-weight:400;
  235. color:rgba(42,42,42,1);
  236. }
  237. .content1 .txt .bottom{
  238. display: flex;
  239. align-items: center;
  240. height: 60rpx;
  241. font-size: 17px;
  242. width: 100%;
  243. border-top: 1rpx solid #D5D5D6;
  244. justify-content: space-between;
  245. }
  246. .content1 .txt .bottom .bottom_a{
  247. width: 49%;
  248. display: flex;
  249. flex-direction: column;
  250. align-items: center;
  251. }
  252. @keyframes remindMessage {
  253. 0% {
  254. -webkit-transform: translateX(90%);
  255. }
  256. 100% {
  257. -webkit-transform: translateX(-90%);
  258. }
  259. }
  260. .tongzhitext {
  261. margin-right:80rpx;
  262. margin-left: 10rpx;
  263. overflow: hidden;
  264. height: 60rpx;
  265. white-space: nowrap;
  266. text-overflow: ellipsis;
  267. }
  268. .tongzhi-text {
  269. position: fixed;
  270. top: 0;
  271. font-size: 28rpx;
  272. animation: remindMessage 10s linear infinite;
  273. width: 100%;
  274. color: #fc5039ec;
  275. display: block;
  276. }
  277. .notice-wrap {
  278. position: fixed;
  279. top: 2rpx;
  280. margin-top: 60upx;
  281. background: #fff;
  282. width: 100%;
  283. height: 60rpx;
  284. line-height: 60rpx;
  285. color: #d09868;
  286. font-size: 28rpx;
  287. }