C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

347 lines
5.2 KiB

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