popup.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .pbtn.data-v-304119c4 {
  18. text-align: center;
  19. font-size: 30rpx;
  20. font-weight: 500;
  21. flex: 0 0 auto;
  22. }
  23. .pbtn.btn1.data-v-304119c4 {
  24. background: #1f57e6;
  25. color: #ffffff;
  26. height: 70rpx;
  27. border-radius: 35rpx;
  28. line-height: 70rpx;
  29. width: 100%;
  30. }
  31. .pbtn.btn2.data-v-304119c4 {
  32. color: #aaa;
  33. margin-top: 14rpx;
  34. padding: 10rpx;
  35. }
  36. .cloimg.data-v-304119c4 {
  37. width: 56rpx;
  38. height: 56rpx;
  39. position: absolute;
  40. bottom: -80rpx;
  41. left: 50%;
  42. margin-left: -28rpx;
  43. }
  44. .perfect.data-v-304119c4 {
  45. position: fixed;
  46. left: 82rpx;
  47. right: 82rpx;
  48. height: 550rpx;
  49. top: 50%;
  50. margin-top: -340rpx;
  51. border-radius: 24rpx;
  52. z-index: 10;
  53. }
  54. .perfect .bgimg.data-v-304119c4 {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .perfect .pbox.data-v-304119c4 {
  59. position: absolute;
  60. left: 0;
  61. top: 0;
  62. right: 0;
  63. bottom: 0;
  64. padding: 32rpx 68rpx;
  65. box-sizing: border-box;
  66. z-index: 5;
  67. }
  68. .perfect .pbox .tit.data-v-304119c4 {
  69. font-size: 34rpx;
  70. font-weight: bold;
  71. color: #FFFFFF;
  72. text-align: center;
  73. flex: 0 0 auto;
  74. }
  75. .perfect .pbox .txt.data-v-304119c4 {
  76. font-size: 32rpx;
  77. font-weight: 500;
  78. color: #161616;
  79. flex: 1;
  80. text-align: center;
  81. }
  82. .confirmbox.data-v-304119c4 {
  83. position: fixed;
  84. left: 82rpx;
  85. right: 82rpx;
  86. min-height: 300rpx;
  87. top: 50%;
  88. margin-top: -30%;
  89. border-radius: 24rpx;
  90. z-index: 10;
  91. background-color: #ffffff;
  92. padding-top: 30rpx;
  93. box-sizing: border-box;
  94. text-align: center;
  95. }
  96. .confirmbox .tit.data-v-304119c4 {
  97. font-size: 34rpx;
  98. font-weight: bold;
  99. color: #161616;
  100. line-height: 48rpx;
  101. }
  102. .confirmbox .txt.data-v-304119c4 {
  103. font-size: 32rpx;
  104. color: #161616;
  105. flex: 1;
  106. padding: 28rpx;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. line-height: 48rpx;
  111. }
  112. .confirmbox .cfbtn.data-v-304119c4 {
  113. border-top: 2rpx solid #DDDDDD;
  114. flex: 0 0 auto;
  115. }
  116. .confirmbox .cfbtn .cbtn.data-v-304119c4 {
  117. width: 50%;
  118. height: 88rpx;
  119. line-height: 88rpx;
  120. }
  121. .confirmbox .cfbtn .cbtn.btn1.data-v-304119c4 {
  122. font-size: 32rpx;
  123. font-weight: 500;
  124. color: #AAAAAA;
  125. position: relative;
  126. }
  127. .confirmbox .cfbtn .cbtn.btn1.data-v-304119c4::after {
  128. position: absolute;
  129. right: 1rpx;
  130. top: 0;
  131. bottom: 0;
  132. content: "";
  133. width: 2rpx;
  134. background-color: #DDDDDD;
  135. }
  136. .confirmbox .cfbtn .cbtn.btn2.data-v-304119c4 {
  137. font-size: 32rpx;
  138. font-weight: 500;
  139. color: #4775EA;
  140. }
  141. .chec_time.data-v-304119c4 {
  142. position: fixed;
  143. left: 126rpx;
  144. right: 126rpx;
  145. min-height: 660rpx;
  146. top: 50%;
  147. margin-top: -400rpx;
  148. border-radius: 14rpx;
  149. z-index: 10;
  150. background-color: #ffffff;
  151. padding: 48rpx 46rpx 54rpx;
  152. box-sizing: border-box;
  153. text-align: center;
  154. }
  155. .chec_time .che_box.data-v-304119c4 {
  156. padding-left: 80rpx;
  157. }
  158. .chec_time .che_box .picker-view.data-v-304119c4 {
  159. height: 300rpx;
  160. margin: 20rpx 0rpx;
  161. width: 100%;
  162. flex: 1;
  163. }
  164. .chec_time .che_box .picker-view .item.data-v-304119c4 {
  165. line-height: 90rpx;
  166. text-align: center;
  167. }
  168. .chec_time .che_box .picker-view .item .pickerSelected.data-v-304119c4 {
  169. font-size: 40rpx;
  170. font-weight: bold;
  171. color: #4775EA;
  172. }
  173. .chec_time .txt.data-v-304119c4 {
  174. margin-top: 32rpx;
  175. font-size: 24rpx;
  176. color: #666666;
  177. }
  178. .chec_time .txt text.data-v-304119c4 {
  179. font-size: 32rpx;
  180. color: #DF0024;
  181. margin-right: 6rpx;
  182. }
  183. .chec_time.yc_time.data-v-304119c4 {
  184. padding: 48rpx 0 0rpx;
  185. min-height: auto;
  186. }
  187. .chec_time.yc_time .time_par.data-v-304119c4 {
  188. padding: 0 46rpx;
  189. }
  190. .chec_time.yc_time .time_par .txt.data-v-304119c4 {
  191. text-align: left;
  192. margin: 0 0 24rpx;
  193. }
  194. .chec_time.yc_time .cfbtn.data-v-304119c4 {
  195. border-top: 2rpx solid #DDDDDD;
  196. flex: 0 0 auto;
  197. }
  198. .chec_time.yc_time .cfbtn .cbtn.data-v-304119c4 {
  199. width: 50%;
  200. height: 88rpx;
  201. line-height: 88rpx;
  202. }
  203. .chec_time.yc_time .cfbtn .cbtn.btn1.data-v-304119c4 {
  204. font-size: 32rpx;
  205. font-weight: 500;
  206. color: #AAAAAA;
  207. position: relative;
  208. }
  209. .chec_time.yc_time .cfbtn .cbtn.btn1.data-v-304119c4::after {
  210. position: absolute;
  211. right: 1rpx;
  212. top: 0;
  213. bottom: 0;
  214. content: "";
  215. width: 2rpx;
  216. background-color: #DDDDDD;
  217. }
  218. .chec_time.yc_time .cfbtn .cbtn.btn2.data-v-304119c4 {
  219. font-size: 32rpx;
  220. font-weight: 500;
  221. color: #4775EA;
  222. }
  223. .checkpick.data-v-304119c4 {
  224. display: flex;
  225. align-items: center;
  226. border-bottom: 2rpx solid #FFB132;
  227. flex-direction: row;
  228. margin: 40rpx auto 76rpx;
  229. width: 100%;
  230. padding: 32rpx 0;
  231. }
  232. .checkpick image.data-v-304119c4 {
  233. width: 22rpx;
  234. height: 12rpx;
  235. flex: 0 0 auto;
  236. margin-left: 16rpx;
  237. }
  238. .chec_shyj.data-v-304119c4 {
  239. position: fixed;
  240. left: 82rpx;
  241. right: 82rpx;
  242. height: 560rpx;
  243. top: 50%;
  244. margin-top: -380rpx;
  245. border-radius: 14rpx;
  246. z-index: 10;
  247. background-color: #ffffff;
  248. padding: 48rpx 46rpx 54rpx;
  249. box-sizing: border-box;
  250. text-align: center;
  251. }
  252. .chec_shyj .shbox .textar.data-v-304119c4 {
  253. width: 100%;
  254. border: 2rpx solid #FF6400;
  255. border-radius: 10rpx;
  256. padding: 26rpx 30rpx;
  257. font-size: 30rpx;
  258. color: #343434;
  259. height: 376rpx;
  260. margin: 40rpx 0;
  261. text-align: left;
  262. }
  263. .tkbox.data-v-304119c4 {
  264. flex: 1;
  265. text-align: left;
  266. display: flex;
  267. flex-direction: column;
  268. padding: 20rpx;
  269. }
  270. .tkbox view.data-v-304119c4 {
  271. font-size: 32rpx;
  272. color: #161616;
  273. padding: 6rpx 0;
  274. }
  275. .textarea.data-v-304119c4 {
  276. width: 100%;
  277. border: 2rpx solid #FF6400;
  278. border-radius: 10rpx;
  279. padding: 26rpx 30rpx;
  280. font-size: 30rpx;
  281. color: #343434;
  282. height: 200rpx;
  283. margin: 20rpx 0;
  284. text-align: left;
  285. }
  286. .invbox.data-v-304119c4 {
  287. position: fixed;
  288. left: 126rpx;
  289. right: 126rpx;
  290. background: #ffffff;
  291. border-radius: 14rpx;
  292. min-height: 640rpx;
  293. padding: 44rpx 46rpx 48rpx;
  294. box-sizing: border-box;
  295. top: 50%;
  296. z-index: 10;
  297. -webkit-transform: translateY(-50%);
  298. transform: translateY(-50%);
  299. margin-top: -60rpx;
  300. }
  301. .invbox .tit.data-v-304119c4 {
  302. font-size: 34rpx;
  303. font-weight: bold;
  304. color: #161616;
  305. margin-bottom: 16rpx;
  306. text-align: center;
  307. line-height: 48rpx;
  308. }
  309. .invbox .img.data-v-304119c4 {
  310. width: 280rpx;
  311. height: 280rpx;
  312. margin: 0 auto 16rpx;
  313. }
  314. .invbox .img image.data-v-304119c4 {
  315. width: 100%;
  316. height: 100%;
  317. }
  318. .invbox .txt.data-v-304119c4 {
  319. font-size: 28rpx;
  320. color: #AAAAAA;
  321. display: flex;
  322. align-items: flex-start;
  323. line-height: 40rpx;
  324. }
  325. .invbox .txt text.data-v-304119c4 {
  326. color: #F7082E;
  327. flex: 0 0 auto;
  328. }
  329. .invbox .btn.data-v-304119c4 {
  330. width: 100%;
  331. height: 72rpx;
  332. background: #4775EA;
  333. border-radius: 36rpx;
  334. text-align: center;
  335. line-height: 72rpx;
  336. font-size: 30rpx;
  337. font-weight: 500;
  338. margin-top: 36rpx;
  339. color: #FFFFFF;
  340. }
  341. .videobox.data-v-304119c4 uni-video {
  342. width: 100% !important;
  343. }