C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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