seasonpkg.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /* 头条后向季包订购页面 */
  2. @import "../../../public/scss/reset.scss";
  3. @import "../../../public/scss/unicom.scss";
  4. html,body{height:100%}
  5. body {
  6. color: white;
  7. min-height: 12.5rem;
  8. background: url(../images/bg.png) no-repeat #641a90;
  9. background-size: 100% 100%;
  10. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  11. }
  12. /*.main {
  13. // background: url('../images/bg.png') bottom no-repeat ;
  14. // background-size: 100% 100%;
  15. height: 100%;
  16. }*/
  17. .section-banner {
  18. .banner {
  19. font-size:0;
  20. height: 5.9rem;
  21. img {
  22. width: 100%;
  23. }
  24. .logo {
  25. width: 6.21rem;
  26. margin: 0 auto;
  27. display: block;
  28. }
  29. }
  30. }
  31. .section-login {
  32. width: 6.8rem;
  33. height: 5.5rem;
  34. margin: 0 auto;
  35. background: url(../images/order-border.png) no-repeat;
  36. background-size: 100% 100%;
  37. display: flex;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. input::-webkit-input-placeholder{
  42. color: rgb(158,158,158);
  43. font-size: 0.3rem;
  44. }
  45. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  46. color: rgb(158,158,158);
  47. font-size: 0.3rem;
  48. }
  49. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  50. color: rgb(158,158,158);
  51. font-size: 0.3rem;
  52. }
  53. input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  54. color: rgb(158,158,158);
  55. font-size: 0.3rem;
  56. }
  57. .form-group {
  58. .input-row {
  59. display: flex;
  60. align-content: space-between;
  61. justify-content: center;
  62. margin-bottom: 0.4rem;
  63. .smscode {
  64. width: 3.62rem;
  65. }
  66. .sendcode {
  67. color: #fff;
  68. font-size: 0.32em;
  69. width: 1.96rem;
  70. height: .8rem;
  71. border-radius: 0.15rem;
  72. background-color: #c44fbf;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. margin-left: 0.4rem;
  77. }
  78. .sendcode-wait {
  79. font-size: 0.24rem;
  80. color: #eaeaea;
  81. }
  82. &:last-child {
  83. margin-bottom: 0rem;
  84. }
  85. }
  86. input {
  87. color: #222;
  88. font-size: 0.32rem;
  89. width: 100%;
  90. height: 0.8rem;
  91. border: 0.01rem solid #ab9dbe;
  92. outline: none;
  93. -webkit-appearance: none;
  94. min-width: 2.4rem;
  95. margin-bottom: 0.01rem;
  96. background: #fff;
  97. border-radius: 0.15rem;
  98. padding-left: 0.2rem;
  99. }
  100. .actions {
  101. .btn {
  102. color: white;
  103. font-size: 0.36rem;
  104. width: 6rem;
  105. height: 0.9rem;
  106. background: url(../images/btn-order.png) no-repeat;
  107. background-size: 100% 100%;
  108. margin: 0 auto;
  109. display: flex;
  110. justify-content: center;
  111. text-align: center;
  112. align-items: center;
  113. }
  114. }
  115. }
  116. .box-agr {
  117. font-size: 0.3rem;
  118. width: 2.5rem;
  119. margin: 0.45rem auto 0;
  120. border-bottom: 0.02rem solid white;
  121. text-align: center;
  122. padding-bottom: 0.1rem;
  123. }
  124. .overlay {
  125. position: fixed;
  126. top: 0;
  127. right: 0;
  128. bottom: 0;
  129. left: 0;
  130. z-index: 9990;
  131. background-color: rgba(0,0,0,0.9);
  132. min-height: 6.5rem;
  133. }
  134. .section-agr {
  135. font-size: 0.3rem;
  136. margin: 0.6rem 0.4rem 1.2rem;
  137. position: absolute;
  138. top: 1rem;
  139. left: 0;
  140. right: 0;
  141. background-color: rgb(28,14,86);
  142. padding: 0.3rem;
  143. border-radius: 0.1rem;
  144. z-index: 9991;
  145. .container {
  146. max-height: 8rem;
  147. overflow: scroll;
  148. position: relative;
  149. .close {
  150. right: 0.25rem;
  151. top: 1.4rem;
  152. position: fixed;
  153. z-index: 10000;
  154. img {
  155. width: 0.4rem;
  156. height: 0.4rem;
  157. }
  158. }
  159. .title {
  160. display: flex;
  161. align-items: center;
  162. justify-content: center;
  163. margin-top: 0.2rem;
  164. img {
  165. width: 3.6rem;
  166. height: 0.64rem;
  167. }
  168. }
  169. .content {
  170. color: white;
  171. font-size: 0.25rem;
  172. margin-top: 0.2rem;
  173. ul {
  174. text-align: justify;
  175. li {
  176. display: flex;
  177. flex-direction: row;
  178. margin-bottom: 0.3rem;
  179. .box-num {
  180. margin-right: 0.1rem;
  181. .num {
  182. width: 0.5rem;
  183. height: 0.5rem;
  184. background: url('../images/tips.png') no-repeat;
  185. background-size: 100% 100%;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. }
  190. }
  191. p {
  192. margin-top: 0.1rem;
  193. a {
  194. color: white;
  195. }
  196. }
  197. }
  198. }
  199. }
  200. }
  201. }
  202. .dialog-alert .actions .btn {
  203. background: linear-gradient(-90deg, #973dbe, #dc64f9);
  204. }
  205. .dialog-alert .content {
  206. min-height: 0.8rem;
  207. margin: 0.2rem 0.6rem;
  208. display: flex;
  209. align-items: center;
  210. justify-content: center;
  211. font-size: 0.3rem;
  212. text-align: center;
  213. }
  214. .dialog-pay {
  215. position: fixed;
  216. top: 32%;
  217. left: 0.8rem;
  218. right: 0.8rem;
  219. z-index: 9991;
  220. border-radius: 0.2rem;
  221. font-size: 0.3rem;
  222. background-color: white;
  223. .title {
  224. height: 1.6rem;
  225. display: flex;
  226. align-items: center;
  227. justify-content: center;
  228. color: #222;
  229. font-weight: bold;
  230. font-size: 0.34rem;
  231. }
  232. .finish {
  233. height: 1rem;
  234. display: flex;
  235. align-items: center;
  236. justify-content: center;
  237. color: red;
  238. border-top: 0.01rem solid lightgray;
  239. border-bottom: 0.01rem solid lightgray;
  240. }
  241. .repay {
  242. height: 1rem;
  243. display: flex;
  244. align-items: center;
  245. justify-content: center;
  246. color: #666;
  247. }
  248. }