C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

374 wiersze
5.7 KiB

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