C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

377 rindas
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. }
  84. .merchants view:nth-child(1) {
  85. /* width: 100rpx; */
  86. /* height: 100rpx; */
  87. border-radius: 16rpx;
  88. }
  89. .merchants view:nth-child(1) image {
  90. display: block;
  91. width: 100rpx;
  92. height: 100rpx;
  93. border-radius: 16rpx;
  94. border: 1px solid #e5e5e5;
  95. }
  96. .merchants view:nth-child(2) {
  97. /* display: flex;
  98. flex-direction: column;
  99. flex: 8; */
  100. padding-left: 30rpx;
  101. }
  102. .shopVo{
  103. display: flex;
  104. padding-left: 0!important;
  105. }
  106. .merchants view:nth-child(2) text:nth-child(1) {
  107. display: block;
  108. overflow: hidden;
  109. font-size: 32rpx;
  110. color: #333;
  111. letter-spacing: 0;
  112. height: 40rpx;
  113. margin-top: 10rpx;
  114. line-height: 40rpx;
  115. }
  116. .merchants view:nth-child(2) text:nth-child(2) {
  117. font-size: 24rpx;
  118. color: #b8b8b8;
  119. padding-top: 3rpx;
  120. height: 36rpx;
  121. line-height: 56rpx;
  122. overflow: hidden;
  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. /* width: 123rpx; */
  257. padding-right: 20rpx;
  258. }
  259. .time {
  260. font-size: 28rpx;
  261. font-weight: 500;
  262. color: rgba(125, 125, 125, 1);
  263. }
  264. .status1 {
  265. color: #659ef6;
  266. }
  267. .status2 {
  268. color: #eea959;
  269. }
  270. .status3 {
  271. color: #ff6a6a;
  272. }
  273. .status4 {
  274. color: #8aaa6b;
  275. }
  276. .btn {
  277. float: right;
  278. height: 52rpx;
  279. line-height: 52rpx;
  280. background: rgba(101, 158, 246, 1);
  281. border-radius: 10rpx;
  282. font-size: 28rpx;
  283. font-weight: 500;
  284. padding: 0 25rpx;
  285. color: rgba(255, 255, 255, 1);
  286. }
  287. /* .active1 {
  288. opacity: 0.6;
  289. } */
  290. .btns {
  291. width:137rpx;
  292. margin-top: 21rpx;
  293. background: #52a0fd;
  294. border-radius: 8rpx;
  295. color: #fff;
  296. font-size: 26rpx;
  297. height: 64rpx;
  298. line-height: 64rpx;
  299. }
  300. .active2{
  301. border: 1px solid #52a0fd!important;
  302. color: #52a0fd!important;
  303. }
  304. .recond{
  305. text-align: center;
  306. font-size: 30rpx;
  307. margin-top: 60rpx;
  308. }
  309. .active3{
  310. color: #659ef6;
  311. }
  312. .loading{
  313. text-align: center;
  314. font-size: 28rpx;
  315. color: #999;
  316. /* padding: 20rpx 0 40rpx; */
  317. }
  318. .mr{
  319. margin-top: 200rpx!important;
  320. }
  321. .all{
  322. padding-bottom: 80rpx;
  323. }
  324. .shopVoList{
  325. display: flex!important;
  326. padding-left: 0!important;
  327. flex-direction:row!important;
  328. }
  329. .shopVoList text{
  330. font-size: 20rpx!important;
  331. display: inline-block!important;
  332. white-space: nowrap;
  333. text-overflow: ellipsis;
  334. overflow: hidden;
  335. color: #b8b8b8!important;
  336. }