C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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