index.acss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. /* required by usingComponents */
  2. /**index.wxss**/
  3. /* 开锁失败弹框 */
  4. .open-err{
  5. position: fixed;
  6. z-index: 9999999;
  7. width: 100%;
  8. height: 100%;
  9. background-color: rgba(0, 0, 0, 0.7);
  10. }
  11. .err-content{
  12. width: 70%;
  13. background-color: #ffffff;
  14. border-radius: 12rpx;
  15. margin: 0 auto;
  16. margin-top: 40%;
  17. text-align: center;
  18. padding: 50rpx 0;
  19. }
  20. .err-image{
  21. height: 160rpx;
  22. width: 160rpx;
  23. }
  24. .err-text{
  25. height: 100rpx;
  26. line-height:100rpx;
  27. font-size: 30rpx;
  28. }
  29. .err-button{
  30. display: flex;
  31. text-align: center;
  32. width: 80%;
  33. margin: 0 auto;
  34. height: 70rpx;
  35. line-height: 70rpx;
  36. margin-top: 50rpx;
  37. border-radius: 12rpx;
  38. font-size: 28rpx;
  39. /* background-color: var(--globleColor); */
  40. }
  41. .err-left{
  42. flex: 1;
  43. margin-right: 20rpx;
  44. /* background-color: var(--globleColor); */
  45. border:solid 1rpx var(--globleColor);
  46. border-radius: 12rpx;
  47. color: var(--orgFont);
  48. }
  49. .err-right{
  50. flex: 1;
  51. background-color: var(--globleColor);
  52. border-radius: 12rpx;
  53. }
  54. .err-cha{
  55. height: 60rpx;
  56. width: 60rpx;
  57. color: #fff;
  58. margin:0 auto;
  59. margin-top: 50rpx;
  60. border: solid 4rpx #fff;
  61. text-align: center;
  62. line-height: 60rpx;
  63. border-radius: 50%;
  64. }
  65. .err-cha .iconfont{
  66. color: #fff;
  67. font-size: 28rpx;
  68. }
  69. /* .err-left{
  70. flex: 1;
  71. }
  72. .err-right{
  73. flex: 1;
  74. } */
  75. /* 屏幕中间广告弹框 */
  76. .ad-frame{
  77. height: 100%;
  78. width: 100%;
  79. position: fixed;
  80. background-color: rgba(0, 0, 0, 0.6);
  81. top: 0;
  82. left: 0;
  83. z-index: 9999999;
  84. }
  85. .ad-frame-content{
  86. width: 70%;
  87. height: 55%;
  88. /* background-color: #fff; */
  89. margin-left: 15%;
  90. margin-top:20%;
  91. }
  92. .frame-middle{
  93. height: 100%;
  94. width: 100%;
  95. }
  96. .frame-middle image{
  97. width: 100%;
  98. height: 100%;
  99. }
  100. .ad-frame-close{
  101. margin: 0 auto;
  102. margin-top: 100rpx;
  103. text-align: center;
  104. width: 60rpx;
  105. height: 60rpx;
  106. line-height:60rpx;
  107. border:solid 4rpx #fff;
  108. border-radius: 50%;
  109. }
  110. .ad-frame-close .icon-cha{
  111. color: #fff;
  112. font-weight: 300;
  113. font-size: 30rpx;
  114. }
  115. /* 轮播图 */
  116. .ad-swiper{
  117. position: fixed;
  118. top: 10rpx;
  119. z-index: 9999;
  120. height: 200rpx;
  121. width: 94%;
  122. left: 3%;
  123. /* background-color: #fff; */
  124. }
  125. .ad-swiper-list{
  126. height: 200rpx;
  127. }
  128. .ad-swiper-item{
  129. }
  130. /* */
  131. .ad-list {
  132. background-color: #333333;
  133. opacity: 0.9;
  134. height: 80rpx;
  135. border-radius: 50rpx;
  136. width: 90%;
  137. left: 5%;
  138. position: fixed;
  139. top: 30rpx;
  140. z-index: 9999;
  141. }
  142. .mess {
  143. display: inline-block;
  144. vertical-align: middle;
  145. height: 40rpx;
  146. width: 40rpx;
  147. margin: 20rpx 30rpx 20rpx 30rpx;
  148. }
  149. .change {
  150. display: inline-block;
  151. vertical-align: top;
  152. height: 50rpx;
  153. width: 50rpx;
  154. float: right;
  155. margin: 15rpx 30rpx 15rpx 30rpx;
  156. }
  157. .swiper {
  158. height: 80rpx;
  159. position: fixed;
  160. width: 68%;
  161. left: 120rpx;
  162. top: 30rpx;
  163. z-index: 99999;
  164. }
  165. .swiper-item {
  166. height: 80rpx;
  167. line-height: 70rpx;
  168. }
  169. .ad-item {
  170. display: inline-block;
  171. color: #fff;
  172. font-size: 26rpx;
  173. vertical-align: middle;
  174. }
  175. #map {
  176. height: calc(100vh - 155px);
  177. width: 100%;
  178. z-index: 3;
  179. }
  180. .map-icon {
  181. position: fixed;
  182. right:20rpx;
  183. z-index: 999;
  184. bottom: 400rpx;
  185. }
  186. .kefu {
  187. height: 70rpx;
  188. width: 70rpx;
  189. bottom: 0rpx;
  190. border-radius: 50%;
  191. background-color: #fff;
  192. margin-top: 50rpx;
  193. text-align: center;
  194. }
  195. .kefu image {
  196. height: 50rpx;
  197. margin-top: 10rpx;
  198. width: 50rpx;
  199. }
  200. .bottom-bt {
  201. width: 100%;
  202. /* height: 300rpx; */
  203. /* padding: 30rpx; */
  204. position: fixed;
  205. z-index: 9999998;
  206. bottom: 0;
  207. border-radius: 30rpx 30rpx 0 0;
  208. padding-bottom: 50rpx;
  209. background-color: #f2f2f2;
  210. }
  211. .tab {
  212. margin: 20rpx;
  213. text-align: center;
  214. padding: 30rpx;
  215. display: flex;
  216. background-color: #fff;
  217. border-radius: 20rpx;
  218. font-size: 24rpx;
  219. color: #3a3a3a;
  220. }
  221. .tab-item {
  222. flex: 1;
  223. }
  224. .scan {
  225. margin-top: 30rpx;
  226. height: 100rpx;
  227. line-height: 100rpx;
  228. text-align: center;
  229. margin: 0 50rpx;
  230. border-radius: 80rpx;
  231. font-weight: bold;
  232. font-size: 34rpx;
  233. background-color: var(--globleColor);
  234. color: var(--fontColor);
  235. }
  236. .iconfont {
  237. font-size: 38rpx;
  238. display: inline-block;
  239. margin-bottom: 10rpx;
  240. color: #333333;
  241. font-weight: bold;
  242. }
  243. .scanicon {
  244. font-weight: 300;
  245. display: inline-block;
  246. margin-right: 20rpx;
  247. color: var(--fontColor);
  248. }
  249. /* 未支付订单弹框 */
  250. .pay-frame{
  251. width: 100vh;
  252. height: 100%;
  253. position: fixed;
  254. z-index: 999999999;
  255. background-color: rgba(0, 0, 0, 0.6);
  256. }
  257. .topay {
  258. width: 500rpx;
  259. height: 300rpx;
  260. background: rgba(255, 255, 255, 1);
  261. border-radius: 20rpx;
  262. position: fixed;
  263. top: 41%;
  264. left: 16%;
  265. z-index: 8888;
  266. display: flex;
  267. flex-direction: column;
  268. align-items: center;
  269. justify-content: center;
  270. }
  271. .topay .text1,
  272. .text2 {
  273. font-size: 28rpx;
  274. font-family: PingFang SC;
  275. color: rgba(42, 42, 42, 1);
  276. }
  277. .topay .view {
  278. display: flex;
  279. position: absolute;
  280. bottom: 0rpx;
  281. width: 100%;
  282. justify-content: space-between;
  283. height: 70rpx;
  284. border-top: 1rpx solid #f4f4f4;
  285. padding: 10rpx 0rpx;
  286. }
  287. .topay .view .view1 {
  288. display: flex;
  289. align-items: center;
  290. justify-content: center;
  291. width: 49.5%;
  292. }
  293. /* 新有未支付订单 */
  294. .no-pay-order{
  295. position: fixed;
  296. background-color: #7098F8;
  297. z-index: 9999;
  298. height: 70rpx;
  299. line-height: 70rpx;
  300. color: #fff;
  301. font-size: 28rpx;
  302. left: 20rpx;
  303. /* width: 300rpx; */
  304. padding: 0 20rpx;
  305. border-radius: 40rpx;
  306. bottom: 350rpx;
  307. }
  308. .no-pay-order .iconfont{
  309. font-size: 28rpx;
  310. color: #fff;
  311. }
  312. .no-pay-order text{
  313. display: inline-block;
  314. margin: 0 10rpx;
  315. }
  316. .inform {
  317. display: flex;
  318. align-items: center;
  319. width: 94%;
  320. left: 3%;
  321. height: 68rpx;
  322. background: white;
  323. position: fixed;
  324. z-index: 1000;
  325. font-size: 26rpx;
  326. justify-content: space-between;
  327. border-radius: 10rpx;
  328. top: 250rpx;
  329. }
  330. .inform-img {
  331. display: flex;
  332. height: 100%;
  333. align-items: center;
  334. }
  335. .marquee {
  336. width: 80%;
  337. height: 70rpx;
  338. overflow: hidden;
  339. line-height: 70rpx;
  340. }
  341. .marqueeTitle {
  342. height: 70rpx;
  343. }
  344. .center-posi {
  345. width: 60rpx;
  346. height: 60rpx;
  347. position: fixed;
  348. top: calc((100vh - 175px)/2);
  349. left: calc(50% - 30rpx);
  350. }