consultant.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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: 518rpx;
  23. z-index: 2;
  24. margin-left: 88rpx;
  25. margin-right: 88rpx;
  26. width: 574rpx;
  27. height: 258rpx;
  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: 50rpx;
  37. margin-bottom: 22rpx;
  38. align-items:center;
  39. height: 56rpx;
  40. }
  41. .iconflex {
  42. flex: 59;
  43. text-align: center;
  44. }
  45. .infoflex {
  46. flex: 210;
  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. font-size: 32rpx;
  60. font-weight: 500;
  61. color: #323232;
  62. }
  63. .dateinput1 {
  64. font-size: 32rpx;
  65. font-weight: 500;
  66. color: #969696;
  67. }
  68. .dateinput2 {
  69. font-size: 32rpx;
  70. font-weight: 500;
  71. color: #323232;
  72. }
  73. .phcolor {
  74. color: #969696;
  75. font-size: 32rpx;
  76. font-weight: 500;
  77. }
  78. .line {
  79. width:100%;
  80. background-color:#F2F2F2;
  81. height:1rpx;
  82. margin-top:0rpx;
  83. margin-bottom: 0rpx;
  84. }
  85. .phone {
  86. display: flex;
  87. margin-top: 24rpx;
  88. margin-bottom: 48rpx;
  89. align-items:center;
  90. height: 58rpx;
  91. }
  92. .submit {
  93. width: 40%;
  94. height: 80rpx;
  95. position:absolute;
  96. top: 388rpx;
  97. z-index: 3;
  98. background-color: #4AC3B2;
  99. margin-left: 30%;
  100. margin-right: 30%;
  101. margin-top:520rpx;
  102. text-align: center;
  103. line-height: 80rpx;
  104. color: #ffffff;
  105. border-radius: 46rpx;
  106. font-size: 36rpx;
  107. font-weight: 500;
  108. }
  109. .tips {
  110. padding-top: 240rpx;
  111. text-align: center;
  112. color: #BBBBBB;
  113. font-size: 24rpx;
  114. font-weight: Regular;
  115. }
  116. .pay {
  117. height: 182rpx;
  118. width: 100%;
  119. position: fixed;
  120. left:0;
  121. bottom:0rpx;
  122. background:#ffffff;
  123. z-index: 10;
  124. display: flex;
  125. }
  126. .create {
  127. margin-top: 40rpx;
  128. height: 82rpx;
  129. width: 612rpx;
  130. margin-bottom: 60rpx;
  131. margin-left: 70rpx;
  132. margin-right: 68rpx;
  133. text-align: center;
  134. font-weight: 500;
  135. font-size: 36rpx;
  136. line-height: 82rpx;
  137. color: #FFFFFF;
  138. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  139. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  140. border-radius: 42rpx;
  141. }