testsurprised.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /**index.wxss**/
  2. page {
  3. /* background-color: #f1f0f0f0; */
  4. background-color:#ffffff;
  5. }
  6. .imghead {
  7. width: 100%;
  8. }
  9. .info {
  10. position:absolute;
  11. top: 596rpx;
  12. z-index: 2;
  13. margin-left: 12%;
  14. margin-right: 12%;
  15. width: 578rpx;
  16. height: 440rpx;
  17. display: flex;
  18. flex-direction: column ;
  19. background:#ffffff;
  20. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(161,161,161,0.5);
  21. border-radius:30rpx;
  22. }
  23. .name {
  24. display: flex;
  25. margin-top: 38rpx;
  26. margin-bottom: 22rpx;
  27. align-items:center;
  28. height: 56rpx;
  29. }
  30. .iconflex {
  31. /* flex: 70; */
  32. text-align: center;
  33. }
  34. .infoflex {
  35. flex: 183;
  36. text-align: left;
  37. }
  38. .otherflex {
  39. flex: 54;
  40. }
  41. .nameicon {
  42. width: 54rpx;
  43. height: 54rpx;
  44. margin-left: 80rpx;
  45. margin-right: 10rpx;
  46. }
  47. .nameinput {
  48. margin-left: 14rpx;
  49. font-size: 32rpx;
  50. font-weight: 500;
  51. color: #323232;
  52. }
  53. .dateinput1 {
  54. margin-left: 10rpx;
  55. font-size: 32rpx;
  56. font-weight: 500;
  57. color: #969696;
  58. }
  59. .dateinput2 {
  60. margin-left: 10rpx;
  61. font-size: 32rpx;
  62. font-weight: 500;
  63. color: #323232;
  64. }
  65. .phcolor {
  66. color: #969696;
  67. font-size: 32rpx;
  68. font-weight: 500;
  69. }
  70. .line {
  71. width:100%;
  72. background-color:#F2F2F2;
  73. height:1rpx;
  74. margin-top:0rpx;
  75. margin-bottom: 0rpx;
  76. }
  77. .phone {
  78. display: flex;
  79. margin-top: 24rpx;
  80. margin-bottom: 20rpx;
  81. align-items:center;
  82. height: 56rpx;
  83. }
  84. .submit {
  85. width: 40%;
  86. height: 80rpx;
  87. position:absolute;
  88. top: 388rpx;
  89. z-index: 3;
  90. background-color: #4AC3B2;
  91. margin-left: 30%;
  92. margin-right: 30%;
  93. margin-top:520rpx;
  94. text-align: center;
  95. line-height: 80rpx;
  96. color: #ffffff;
  97. border-radius: 46rpx;
  98. font-size: 36rpx;
  99. font-weight: 500;
  100. }
  101. .tipsTxt{
  102. width: 100%;
  103. text-align: justify;
  104. color: #b93737;
  105. font-size: 25rpx;
  106. font-weight: Regular;
  107. }
  108. .pay {
  109. background-color: #ffffff;
  110. height: 143rpx;
  111. width: 100%;
  112. position: fixed;
  113. left:0;
  114. bottom:-53rpx;
  115. z-index: 10;
  116. display: flex;
  117. }
  118. .create {
  119. margin-top: 2rpx;
  120. height: 82rpx;
  121. width: 612rpx;
  122. margin-bottom: 60rpx;
  123. margin-left: 70rpx;
  124. margin-right: 68rpx;
  125. text-align: center;
  126. font-weight: 500;
  127. font-size: 36rpx;
  128. line-height: 82rpx;
  129. color: #FFFFFF;
  130. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  131. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  132. border-radius: 42rpx;
  133. }
  134. .gx {
  135. width: 100%;
  136. height: 120%;
  137. background-color:rgba(10, 10, 10, 0.8);
  138. position: absolute;
  139. z-index: 99;
  140. left: 0;
  141. top: 0;
  142. display: flex;
  143. flex-direction: column;
  144. }
  145. .boxclose {
  146. height: 327rpx;
  147. align-self:flex-end;
  148. }
  149. .boxgx {
  150. height: 600rpx;
  151. align-self:center;
  152. }
  153. .imgclose{
  154. margin-top:284rpx;
  155. width: 70rpx;
  156. height: 60rpx;
  157. margin-right: 13rpx;
  158. }
  159. .imggx {
  160. width: 500rpx;
  161. height: 512rpx;
  162. }
  163. .tips{
  164. position:absolute;
  165. top: 1028rpx;
  166. width: 76%;
  167. margin-left: 12%;
  168. margin-right: 12%;
  169. font-size: 30rpx;
  170. font-weight: 400;
  171. color: #E6E6FA;
  172. text-align:justify;
  173. }