calcprice.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .pricelayerbox{
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. z-index: 999;
  11. background: rgba(0,0,0,0.3);
  12. }
  13. .calcpricebox{
  14. width: 624rpx;
  15. height: 858rpx;
  16. background: #FFFFFF;
  17. border-radius: 14rpx;
  18. position: absolute;
  19. top: 50%;
  20. left: 50%;
  21. transform: translateX(-50%) translateY(-50%);
  22. }
  23. .pricetbg{
  24. display: block;
  25. width: 624rpx;
  26. height: 276rpx;
  27. }
  28. .p_close{
  29. position: absolute;
  30. top: 10rpx;
  31. right: 10rpx;
  32. width: 30rpx;
  33. height: 30rpx;
  34. z-index: 9;
  35. }
  36. .pricetext{
  37. font-family: PingFangSC-Regular,Source Han Sans CN DemiLight;
  38. font-weight: bold;
  39. font-size: 42rpx;
  40. color:#fff;
  41. line-height:60rpx;
  42. position: absolute;
  43. top: 95rpx;
  44. left: 0;
  45. width: 100%;
  46. text-align: center;
  47. z-index: 8;
  48. padding-right: 24rpx;
  49. }
  50. .calcpricenum{
  51. justify-content: space-between;
  52. display: flex;
  53. margin: 30rpx auto 24rpx;
  54. width: 490rpx;
  55. height: 98rpx;
  56. background: #EFEFEF;
  57. box-shadow: inset 0px 3rpx 6rpx 1px rgba(0,0,0,0.1600);
  58. border-radius: 8rpx;
  59. line-height: 98rpx;
  60. padding-right: 40rpx;
  61. padding-left: 12rpx;
  62. }
  63. .textbox{
  64. display: block;
  65. width: 24rpx;
  66. font-family: PingFangSC-Regular,Source Han Sans CN DemiLight;/*digifaw*/
  67. font-size: 42rpx;
  68. color: #999;
  69. }
  70. .nowtextbox{
  71. color: #333;
  72. font-weight: bold;
  73. width: 26rpx;
  74. }
  75. .rightextbox{
  76. width: 25rpx;
  77. font-size: 24rpx;
  78. font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  79. color: #333333;
  80. line-height: 32rpx;
  81. position: absolute;
  82. top: 38rpx;
  83. right: 6rpx;
  84. }
  85. .houseareabox{
  86. display: block;
  87. width: 490rpx;
  88. height: 72rpx;
  89. box-sizing: border-box;
  90. background: #FFFFFF;
  91. border-radius: 4rpx;
  92. opacity: 1;
  93. border: 2rpx solid #CCCCCC;
  94. margin: 0 auto 28rpx;
  95. padding: 0 60rpx;
  96. }
  97. .houseareabox image{
  98. display: block;
  99. width: 30rpx;
  100. height: 30rpx;
  101. position: absolute;
  102. left: 14rpx;
  103. top: 20rpx;
  104. }
  105. .houseareabox text{
  106. display: block;
  107. position: absolute;
  108. right: 20rpx;
  109. top: 0;
  110. line-height: 68rpx;
  111. }
  112. .houseareabox input{
  113. display: block;
  114. width: 100%;
  115. height: 100%;
  116. font-size: 28rpx;
  117. color: #333333;
  118. }
  119. .homebox{
  120. display: flex;
  121. align-items: center;
  122. width: 150rpx;
  123. height: 72rpx;
  124. background: #FFFFFF;
  125. border-radius: 4rpx;
  126. border: 1px solid #CCCCCC;
  127. position: relative;
  128. }
  129. .homebox image{
  130. position: absolute;
  131. top: 30rpx;
  132. right: 10rpx;
  133. width: 16rpx;
  134. height: 9rpx;
  135. display: block;
  136. }
  137. .housemsgbox{
  138. display: flex;
  139. width: 490rpx;
  140. margin: 0 auto 28rpx;
  141. justify-content: space-between;
  142. }
  143. .homebox view{
  144. display: block;
  145. padding-left: 20rpx;
  146. width: 140rpx;
  147. }
  148. .phonebox{
  149. margin-bottom: 40rpx;
  150. }
  151. .phonebox image{
  152. display: block;
  153. width: 40rpx;
  154. height: 40rpx;
  155. position: absolute;
  156. top: 16rpx;
  157. right: 9rpx;
  158. }
  159. .calcpricebtn{
  160. display: block;
  161. width: 490rpx;
  162. height: 80rpx;
  163. background: #28A1FF;
  164. border-radius: 4rpx;
  165. opacity: 1;
  166. margin: 0 auto;
  167. line-height: 80rpx;
  168. font-size: 28rpx;
  169. font-weight: bold;
  170. color: #fff;
  171. }
  172. .relative{
  173. position: relative;
  174. }
  175. .pull-right {float: right;}
  176. .pull-left {float: left;}
  177. .clearfix:after {
  178. clear: both;
  179. content: ' ';
  180. display: table;
  181. }
  182. .clearfix:before {
  183. content: ' ';
  184. display: table;
  185. }
  186. .absolute{position: absolute;}
  187. .fontfpr{
  188. font-family: PingFangSC-Regular,Source Han Sans CN DemiLight;
  189. }