C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

386 rader
6.0 KiB

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