C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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