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.

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