You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

245 lines
4.0 KiB

  1. page{
  2. background: #F6F6F6;
  3. }
  4. .signInDetail image{
  5. width: 100rpx;
  6. height: 100rpx;
  7. border-radius:50%;
  8. }
  9. .signInDetail {
  10. width: 100%;
  11. height: 100%;
  12. background:#f5f5f5;
  13. }
  14. .signInDetail view {
  15. width: 92%;
  16. height: 88rpx;
  17. padding: 0 4%;
  18. display: flex;
  19. justify-content: space-between;
  20. background: #fff;
  21. line-height: 88rpx;
  22. }
  23. .signInDetail view text{
  24. font-size: 30rpx;
  25. }
  26. .signInDetail view text:nth-child(2){
  27. color: #B8B8B8;
  28. }
  29. @import '../../iconfont.wxss';
  30. .danwei{
  31. line-height:160rpx;
  32. width:142rpx;
  33. text-align:center;
  34. font-size:30rpx;
  35. }
  36. .solution {
  37. flex-direction: column;
  38. overflow: hidden;
  39. margin: 40rpx auto 0;
  40. width:690rpx;
  41. height:94rpx;
  42. background:rgba(82,160,253,1);
  43. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  44. border-radius:10rpx;
  45. color: #fff;
  46. }
  47. .solution>view {
  48. width: 100%;
  49. height: 60rpx;
  50. line-height: 60rpx;
  51. display: flex;
  52. justify-content: space-between;
  53. background: #fff;
  54. /* border-top: 1rpx solid #f5f5f5; */
  55. }
  56. .solution>view:nth-of-type(1) {
  57. font-weight: bold;
  58. height: 100rpx;
  59. line-height: 100rpx;
  60. /* padding-top: 16rpx; */
  61. }
  62. .pay{
  63. display: block;
  64. text-align: right;
  65. font-size:30rpx;
  66. font-family:PingFang-SC-Medium;
  67. font-weight:500;
  68. color:rgba(255,106,106,1);
  69. margin-right: 32rpx;
  70. }
  71. .solution view text {
  72. padding: 0 4%;
  73. font-size: 26rpx;
  74. }
  75. .solution view text:nth-of-type(2) {
  76. padding: 0 4%;
  77. font-size: 26rpx;
  78. color: #000;
  79. letter-spacing: 1.16rpx;
  80. text-align: right;
  81. }
  82. .solution button {
  83. width: 100%;
  84. height: 100%;
  85. background: #52A0FD;
  86. line-height: 100rpx;
  87. font-size: 36rpx;
  88. color: #fff;
  89. }
  90. .solution view input {
  91. width: 400rpx;
  92. height: 100rpx;
  93. border: 1rpx solid #000;
  94. }
  95. .subList {
  96. width: 100%;
  97. height: 150rpx !important;
  98. background: #fff !important;
  99. line-height: 150rpx !important;
  100. display: flex !important;
  101. align-items: center;
  102. padding-bottom: 60rpx;
  103. }
  104. .write0ff {
  105. width: 100%;
  106. }
  107. .write0ff>view {
  108. width: 710rpx;
  109. margin: 0 auto;
  110. height: 160rpx;
  111. display: flex;
  112. line-height: 88rpx;
  113. position: relative;
  114. background: #fff;
  115. margin-top: 35rpx;
  116. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  117. border-radius: 15rpx;
  118. }
  119. .write0ff>view>text:nth-child(1) {
  120. width: 77rpx;
  121. color: #333;
  122. font-size: 30rpx;
  123. margin-left: 4%;
  124. margin-right: 2.2%;
  125. line-height: 160rpx;
  126. }
  127. .line {
  128. width: 3rpx;
  129. height: 40rpx;
  130. background: #999;
  131. display: inline-block;
  132. margin-top: 8.2%;
  133. }
  134. .iconfont {
  135. width: 110rpx;
  136. line-height: 110rpx;
  137. height: 110rpx;
  138. color: #fff;
  139. background: #52a0fd;
  140. font-size: 64rpx;
  141. border-radius: 100rpx;
  142. margin-right: 20rpx;
  143. margin-top: 27rpx;
  144. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  145. }
  146. .search {
  147. width: 400rpx;
  148. overflow: hidden;
  149. margin-left: 4%;
  150. font-size: 30rpx;
  151. color: #bfbfbf;
  152. letter-spacing: 0;
  153. line-height: 160rpx;
  154. height: 160rpx;
  155. }
  156. .write0ff>view>text:nth-child(4) {
  157. width: 40%;
  158. background: #52a0fd;
  159. color: #fff;
  160. text-align: center;
  161. line-height: 160rpx;
  162. font-size: 59rpx;
  163. border-radius: 16rpx;
  164. }
  165. .actives {
  166. opacity: 0.6 !important;
  167. }
  168. .softkey {
  169. width: 100% !important;
  170. height: 100rpx !important;
  171. display: flex !important;
  172. border: 1px solid red;
  173. }
  174. .softkey view:nth-child(1) {
  175. height: 401rpx;
  176. width: 82%;
  177. background: #fff;
  178. position: fixed;
  179. bottom: 0;
  180. left: 0;
  181. display: flex;
  182. flex-wrap: wrap;
  183. text-align: center;
  184. }
  185. .softkey view:nth-child(1) text {
  186. width: 30.3%;
  187. border-top: 1rpx solid #ccc;
  188. border-left: 1rpx solid #ccc;
  189. }
  190. .softkey view:nth-child(2) {
  191. height: 399rpx;
  192. border-top: 1rpx solid #ccc;
  193. width: 25%;
  194. background: #fff;
  195. position: fixed;
  196. bottom: 0;
  197. right: 0;
  198. display: flex;
  199. flex-direction: column;
  200. text-align: center;
  201. line-height: 198rpx;
  202. }
  203. .softkey view:nth-child(2) text {
  204. width: 100%;
  205. height: 50%;
  206. border-left: 1rpx solid #ccc;
  207. }
  208. .softkey view:nth-child(2) text:nth-child(1) {
  209. font-size: 48rpx;
  210. }
  211. .sure {
  212. width: 100%;
  213. padding: 0 5rpx;
  214. display: block;
  215. background: #52a0fd;
  216. color: #fff;
  217. font-size: 42rpx;
  218. }
  219. .hideKey {
  220. font-size: 48rpx;
  221. }