promotionoffline.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /**index.wxss**/
  2. page {
  3. /* background-color: #f1f0f0f0; */
  4. background-color:#ffffff;
  5. }
  6. .imghead {
  7. width: 100%;
  8. height: 710rpx;
  9. }
  10. .halfran {
  11. position:absolute;
  12. z-index: 1;
  13. width: 120%;
  14. margin-left: -10%;
  15. height: 200rpx;
  16. margin-top: -36rpx;
  17. background-color: #ffffff;
  18. border-radius: 80% / 40%;
  19. }
  20. .info {
  21. position:absolute;
  22. top: 438rpx;
  23. z-index: 2;
  24. margin-left: 12%;
  25. margin-right: 12%;
  26. width: 578rpx;
  27. height: 440rpx;
  28. display: flex;
  29. flex-direction: column ;
  30. background:#ffffff;
  31. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(161,161,161,0.5);
  32. border-radius:30rpx;
  33. }
  34. .name {
  35. display: flex;
  36. margin-top: 38rpx;
  37. margin-bottom: 22rpx;
  38. align-items:center;
  39. height: 56rpx;
  40. }
  41. .iconflex {
  42. /* flex: 70; */
  43. text-align: center;
  44. }
  45. .infoflex {
  46. flex: 183;
  47. text-align: left;
  48. }
  49. .otherflex {
  50. flex: 54;
  51. }
  52. .nameicon {
  53. width: 54rpx;
  54. height: 54rpx;
  55. margin-left: 80rpx;
  56. margin-right: 10rpx;
  57. }
  58. .nameinput {
  59. margin-left: 14rpx;
  60. font-size: 32rpx;
  61. font-weight: 500;
  62. color: #C0C0C0;
  63. }
  64. .dateinput {
  65. margin-left: 10rpx;
  66. font-size: 32rpx;
  67. font-weight: 500;
  68. color: #C0C0C0;
  69. }
  70. .phcolor {
  71. color: #C0C0C0;
  72. font-size: 32rpx;
  73. font-weight: 500;
  74. }
  75. .line {
  76. width:100%;
  77. background-color:#F2F2F2;
  78. height:1rpx;
  79. margin-top:0rpx;
  80. margin-bottom: 0rpx;
  81. }
  82. .phone {
  83. display: flex;
  84. margin-top: 24rpx;
  85. margin-bottom: 20rpx;
  86. align-items:center;
  87. height: 56rpx;
  88. }
  89. .submit {
  90. width: 40%;
  91. height: 80rpx;
  92. position:absolute;
  93. top: 388rpx;
  94. z-index: 3;
  95. background-color: #4AC3B2;
  96. margin-left: 30%;
  97. margin-right: 30%;
  98. margin-top:520rpx;
  99. text-align: center;
  100. line-height: 80rpx;
  101. color: #ffffff;
  102. border-radius: 46rpx;
  103. font-size: 36rpx;
  104. font-weight: 500;
  105. }
  106. .tips {
  107. padding-top: 240rpx;
  108. text-align: center;
  109. color: #BBBBBB;
  110. font-size: 24rpx;
  111. font-weight: Regular;
  112. }
  113. .pay {
  114. height: 182rpx;
  115. width: 100%;
  116. position: fixed;
  117. left:0;
  118. bottom:0rpx;
  119. background:#ffffff;
  120. z-index: 10;
  121. display: flex;
  122. }
  123. .create {
  124. margin-top: 40rpx;
  125. height: 82rpx;
  126. width: 612rpx;
  127. margin-bottom: 60rpx;
  128. margin-left: 70rpx;
  129. margin-right: 68rpx;
  130. text-align: center;
  131. font-weight: 500;
  132. font-size: 36rpx;
  133. line-height: 82rpx;
  134. color: #FFFFFF;
  135. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  136. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  137. border-radius: 42rpx;
  138. }