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.

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