C端小程序
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.

348 lines
5.2 KiB

  1. .under_line{
  2. width: 100%;
  3. }
  4. .scrollY {
  5. width: 138rpx;
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. border-right: 2rpx solid #b2743d;
  10. }
  11. .left {
  12. border-top: 1rpx solid #b2743d;
  13. border-right: 1rpx solid #b2743d;
  14. }
  15. .text-style {
  16. width: 139rpx;
  17. height: 120rpx;
  18. line-height: 140rpx;
  19. text-align: center;
  20. font-size: 34rpx;
  21. font-family: PingFangSC-Semibold;
  22. color: rgba(51, 51, 51, 1);
  23. }
  24. .active1 {
  25. color: #b2743d;
  26. }
  27. .active {
  28. display: block;
  29. width: 50rpx;
  30. height: 6rpx;
  31. background: #b2743d;
  32. position: relative;
  33. left: 43rpx;
  34. bottom: 30rpx;
  35. }
  36. .posi {
  37. position: relative;
  38. width: 610rpx;
  39. float: right;
  40. }
  41. .posi>view:nth-child(2) {
  42. width: 100%;
  43. display: flex;
  44. justify-content: space-between;
  45. box-sizing: border-box;
  46. }
  47. .posi>view:nth-child(2) text:nth-child(1) {
  48. font-size: 30rpx;
  49. color: #a9a9a9;
  50. }
  51. .posi>view:nth-child(2) text:nth-child(2) {
  52. font-size: 30rpx;
  53. color: #a9a9a9;
  54. }
  55. .posi_logo {
  56. width: 90%;
  57. display: flex;
  58. padding: 20rpx 0;
  59. background: #fff;
  60. padding-left:5%;
  61. padding-right:5%;
  62. margin-bottom: 20rpx;
  63. overflow: hidden;
  64. }
  65. .position{
  66. text-align: center;
  67. margin-top: 100rpx;
  68. }
  69. .posi_logo view:nth-child(1) {
  70. width: 100rpx;
  71. /* height: 100rpx; */
  72. border-radius: 16rpx;
  73. }
  74. .posi_logo view:nth-child(1) image {
  75. display: block;
  76. width: 100rpx;
  77. height: 100rpx;
  78. border-radius: 16rpx;
  79. border: 1px solid #e5e5e5;
  80. }
  81. .posi_logo view:nth-child(2) {
  82. display: flex;
  83. flex-direction: column;
  84. flex: 8;
  85. padding-left: 30rpx;
  86. }
  87. .posi_logo view:nth-child(2) text:nth-child(1) {
  88. overflow: hidden;
  89. font-size: 32rpx;
  90. color: #333;
  91. letter-spacing: 0;
  92. height: 40rpx;
  93. line-height: 40rpx;
  94. }
  95. .posi_logo view:nth-child(2) text:nth-child(2) {
  96. font-size: 24rpx;
  97. color: #b8b8b8;
  98. padding-top: 3rpx;
  99. height: 36rpx;
  100. line-height: 36rpx;
  101. overflow: hidden;
  102. }
  103. .tel {
  104. right: 0;
  105. top: 0;
  106. bottom: 0;
  107. margin: auto;
  108. width: 50rpx;
  109. height: 50rpx;
  110. }
  111. page {
  112. padding: 0 0 30rpx;
  113. }
  114. .tabTit {
  115. height: 90rpx;
  116. line-height: 82rpx;
  117. position: fixed;
  118. top: 0;
  119. width: 750rpx;
  120. z-index: 1;
  121. }
  122. .tabTit > view:nth-of-type(1) {
  123. border-left: 0;
  124. }
  125. .tabTit > view:nth-of-type(4) {
  126. border-right: 0;
  127. }
  128. .tabTit .active image {
  129. transform: rotate(180deg);
  130. background: none;
  131. }
  132. .tabTit image {
  133. width: 18rpx;
  134. height: 9rpx;
  135. vertical-align: middle;
  136. margin-left: 5px;
  137. }
  138. .tabLayer {
  139. width: 750rpx;
  140. overflow: hidden;
  141. position: fixed;
  142. top: 90rpx;
  143. z-index: 1;
  144. background: #fff;
  145. padding-bottom: 26rpx;
  146. box-shadow:2px 9px 10px rgba(0, 0, 0, 0.05);
  147. bottom: 0;
  148. border-top:1px solid #eee;
  149. }
  150. .tabLayer a {
  151. float: left;
  152. width: 210rpx;
  153. height: 80rpx;
  154. line-height: 80rpx;
  155. margin: 30rpx 0 0 26rpx;
  156. text-align: center;
  157. color: #888;
  158. font-size: 30rpx;
  159. background: rgba(255, 255, 255, 1);
  160. border: 1px solid rgba(234, 234, 234, 1);
  161. border-radius: 10rpx;
  162. }
  163. .tabLayer .active {
  164. text-align: center;
  165. height: 80rpx;
  166. background: rgba(255, 255, 255, 1);
  167. border: 1px solid rgba(101, 158, 246, 1);
  168. border-radius: 10rpx;
  169. color: #659ef6;
  170. }
  171. .tabTit .active {
  172. background: #fff;
  173. font-size: 32prx;
  174. font-weight: 500;
  175. color: rgba(101, 158, 246, 1);
  176. }
  177. /*弹性盒模型*/
  178. .box {
  179. background: #fff;
  180. border-bottom:1px solid #eee;
  181. }
  182. .flex1 {
  183. overflow: hidden;
  184. width: 25%;
  185. display: block;
  186. text-align: center;
  187. }
  188. .flex1 text,.text {
  189. font-size: 30rpx;
  190. }
  191. .text{
  192. display: block;
  193. width: 25%;
  194. text-align: center;
  195. }
  196. /* 日期选择 */
  197. .picker_group {
  198. height: 85rpx;
  199. line-height: 85rpx;
  200. justify-content: center;
  201. display: flex;
  202. align-items: center;
  203. font-size: 30rpx;
  204. color: #888;
  205. }
  206. .picker_group picker {
  207. height: 55rpx;
  208. line-height: 55rpx;
  209. margin: 0 2%;
  210. padding: 2% 5%;
  211. border-bottom: 1px solid #eee;
  212. }
  213. .view view:nth-of-type(1) {
  214. font-size: 28rpx;
  215. color: #888;
  216. }
  217. .list {
  218. width: 644rpx;
  219. border-radius: 16rpx;
  220. padding: 32rpx;
  221. margin: 40rpx auto;
  222. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  223. }
  224. .list >view {
  225. height: 60rpx;
  226. line-height: 60rpx;
  227. font-size: 30rpx;
  228. }
  229. .txt1 {
  230. font-size: 32rpx;
  231. font-weight: 500;
  232. color: rgba(85, 85, 85, 1);
  233. }
  234. .txt2 {
  235. font-size: 28rpx;
  236. font-weight: 500;
  237. color: rgba(255, 106, 106, 1);
  238. }
  239. .money {
  240. font-weight: 500;
  241. color: rgba(85, 85, 85, 1);
  242. font-size: 26rpx;
  243. /* width: 123rpx; */
  244. padding-right: 20rpx;
  245. }
  246. .time {
  247. font-size: 28rpx;
  248. font-weight: 500;
  249. color: rgba(125, 125, 125, 1);
  250. }
  251. .status1 {
  252. color: #659ef6;
  253. }
  254. .status2 {
  255. color: #eea959;
  256. }
  257. .status3 {
  258. color: #ff6a6a;
  259. }
  260. .status4 {
  261. color: #8aaa6b;
  262. }
  263. .btn {
  264. float: right;
  265. height: 52rpx;
  266. line-height: 52rpx;
  267. background: rgba(101, 158, 246, 1);
  268. border-radius: 10rpx;
  269. font-size: 28rpx;
  270. font-weight: 500;
  271. padding: 0 25rpx;
  272. color: rgba(255, 255, 255, 1);
  273. }
  274. /* .active1 {
  275. opacity: 0.6;
  276. } */
  277. .btns {
  278. width:137rpx;
  279. margin-top: 21rpx;
  280. background: #52a0fd;
  281. border-radius: 8rpx;
  282. color: #fff;
  283. font-size: 26rpx;
  284. height: 64rpx;
  285. line-height: 64rpx;
  286. }
  287. .active2{
  288. border: 1px solid #52a0fd!important;
  289. color: #52a0fd!important;
  290. }
  291. .recond{
  292. text-align: center;
  293. font-size: 30rpx;
  294. margin-top: 60rpx;
  295. }
  296. .active3{
  297. color: #659ef6;
  298. }
  299. .loading{
  300. text-align: center;
  301. font-size: 28rpx;
  302. color: #999;
  303. /* padding: 20rpx 0 40rpx; */
  304. }
  305. .mr{
  306. margin-top: 200rpx!important;
  307. }