抖音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.

index.ttss 6.0 KiB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. @import "../../../../app.ttss";
  2. page{
  3. background: #F4F5F9;
  4. }
  5. .index-slide, swiper-item
  6. .index-slide-image {
  7. display: block;
  8. width: 750rpx;
  9. margin: 0 auto;
  10. overflow: hidden;
  11. position: relative;
  12. height: 450rpx;
  13. }
  14. .index-slide-view .dots {
  15. position: absolute;
  16. left: 0;
  17. right: 0;
  18. bottom: 20rpx;
  19. display: flex;
  20. justify-content: center;
  21. }
  22. .index-slide-view .dots .dot {
  23. margin: 0 8rpx;
  24. width: 12rpx;
  25. height: 12rpx;
  26. background: #b6b6b7;
  27. border-radius: 50%;
  28. transition: all 0.6s;
  29. }
  30. .index-slide-view .dots .dot.active {
  31. background: #02c0ff;
  32. width: 30rpx;
  33. height: 12rpx;
  34. border-radius: 10rpx;
  35. opacity: 1;
  36. }
  37. .merchant-detail {
  38. width: 100%;
  39. background: #fff;
  40. border-top-left-radius: 20rpx;
  41. border-top-right-radius: 20rpx;
  42. }
  43. .merchant-brand, .merchant-shop, .merchant-phone {
  44. width: 100%;
  45. background: #fff;
  46. }
  47. .merchant-brand view:nth-child(1) {
  48. width: 88%;
  49. display: flex;
  50. flex-direction: column;
  51. white-space: nowrap;
  52. text-overflow: ellipsis;
  53. overflow: hidden;
  54. }
  55. .merchant-brand view:nth-child(1) text:nth-child(1){
  56. font-size:32rpx;
  57. font-family:PingFangSC-Regular;
  58. font-weight:400;
  59. color:rgba(60,60,60,1);
  60. margin-top: 20rpx;
  61. }
  62. .merchant-shop text, .merchant-phone text {
  63. font-size: 30rpx;
  64. }
  65. .merchant-shop .fl{
  66. color: #A6A6A6;
  67. }
  68. .merchant-phone view {
  69. color: #A6A6A6;
  70. }
  71. .merchant-activity view{
  72. color: #333;
  73. margin-top: 20rpx;
  74. }
  75. .merchant-activity view:nth-child(2) {
  76. font-size: 26rpx;
  77. display:flex;
  78. flex-direction:column;
  79. }
  80. .merchant-shop view:nth-child(2) {
  81. font-size: 30rpx;
  82. color: #A6A6A6;
  83. line-height: 26rpx;
  84. }
  85. .merchant-activity view:nth-child(1) {
  86. font-size:30rpx;
  87. }
  88. .merchant-activity view:nth-child(2) text {
  89. font-size:28rpx;
  90. color:#919191;
  91. letter-spacing:0;
  92. line-height:45rpx;
  93. }
  94. .merchant-info {
  95. display: block !important;
  96. color: #999;
  97. font-size: 28rpx;
  98. }
  99. .merchant-phones {
  100. padding: 20rpx 0;
  101. display: block;
  102. font-size: 30rpx;
  103. background: #F4F5F9;
  104. }
  105. .merchants text {
  106. display: inline-block;
  107. font-size: 26rpx;
  108. color: #A6A6A6;
  109. line-height: 22rpx;
  110. margin-right: 10rpx;
  111. }
  112. .posi{
  113. color: #FD832D!important;
  114. }
  115. .wz{
  116. color: #A6A6A6;
  117. font-size: 24rpx;
  118. }
  119. .notes view{
  120. color: #A6A6A6;
  121. }
  122. .merchant-brand {
  123. border: none !important;
  124. width: 92%;
  125. margin: 0 auto 20rpx;
  126. }
  127. .merchant-brand view:nth-child(2) text:nth-child(1) {
  128. margin-top: 20rpx;
  129. font-size: 32rpx;
  130. }
  131. .title{
  132. font-size: 26rpx;
  133. color: #A6A6A6;
  134. width: 530rpx;
  135. height: 40rpx;
  136. white-space: nowrap;
  137. text-overflow: ellipsis;
  138. overflow: hidden;
  139. }
  140. .merchant-shop,.merchant-phone,.merchant-activity{
  141. width: 92%;
  142. margin: 0 auto;
  143. }
  144. .shopHr{
  145. margin-bottom: 20rpx;
  146. }
  147. .tabs-item.selected {
  148. color: rgba(171, 149, 109, 0.8);
  149. border-bottom: 2px solid rgba(171, 149, 109, 0.8);
  150. }
  151. .tabs-item {
  152. width: 33.3%;
  153. color: #c7c7cb;
  154. font-size: 28rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. border-bottom: 1rpx solid #d0d0d7;
  159. }
  160. .swiper-tab {
  161. text-align: left;
  162. width: 70%;
  163. display: flex;
  164. flex-flow: row;
  165. justify-content: space-around;
  166. height: 88rpx;
  167. line-height: 88rpx;
  168. margin-bottom: 30rpx;
  169. padding: 0 15%;
  170. background: #FFF;
  171. }
  172. .swiper-tab-item {
  173. color: #434343;
  174. font-size: 30rpx;
  175. margin-right: 50rpx;
  176. position: relative;
  177. }
  178. .active-tab {
  179. color: #FD782D;
  180. display: block;
  181. width: 72%;
  182. height: 8rpx;
  183. background: 0 0;
  184. position: absolute;
  185. bottom: 0;
  186. left: 15%;
  187. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  188. border-radius: 100px;
  189. }
  190. .fenxiang {
  191. position: absolute;
  192. right:0;
  193. top: 27rpx;
  194. display: flex;
  195. flex-direction: column;
  196. }
  197. .fenxiang image {
  198. width: 48rpx;
  199. height: 48rpx;
  200. margin: 0 auto;
  201. }
  202. .gift{
  203. color: #3C3C3C;
  204. font-size: 20rpx;
  205. margin: 0 auto;
  206. }
  207. .user-motto {
  208. width: 270rpx;
  209. border: 0;
  210. background: none;
  211. height: 260rpx;
  212. color: #fff;
  213. position: fixed;
  214. }
  215. .user-motto::after {
  216. border: none;
  217. }
  218. .coupons c-coupons {
  219. width: 335rpx;
  220. /* height: 354rpx; */
  221. margin-bottom: 22rpx;
  222. }
  223. .coupons c-coupons:nth-of-type(2n+1) {
  224. float: left;
  225. }
  226. .coupons c-coupons:nth-of-type(2n) {
  227. float: right;
  228. }
  229. .loading image {
  230. width: 60rpx;
  231. height: 60rpx;
  232. vertical-align: middle;
  233. margin-right: 10rpx;
  234. }
  235. .dingdan text {
  236. display: block;
  237. text-align: center;
  238. color: #999;
  239. }
  240. .have{
  241. text-align: left!important;
  242. }
  243. .swiperactive {
  244. min-height: 400rpx;
  245. padding-bottom: 44rpx;
  246. padding:0 4% 10rpx;
  247. }
  248. .swiperactive image{
  249. display: block;
  250. width: 300rpx;
  251. margin: 30rpx auto 0;
  252. }
  253. .modal {
  254. width: 100%;
  255. height: 100%;
  256. position: fixed;
  257. top: 0;
  258. left: 0;
  259. background: rgba(0, 0, 0, 0.5);
  260. overflow: hidden;
  261. z-index: 10000;
  262. color: #fff;
  263. }
  264. .modal-content {
  265. width: 540rpx;
  266. height: 233rpx;
  267. line-height: 60rpx;
  268. overflow: hidden;
  269. position: fixed;
  270. top: 50%;
  271. left: 0;
  272. z-index: 11;
  273. background: #f9f9f9;
  274. margin: -130rpx 105rpx;
  275. border-radius: 36rpx;
  276. display: flex;
  277. }
  278. .modal-content view {
  279. display: inline-block;
  280. flex: 1;
  281. text-align: center;
  282. }
  283. .modal-content view>text {
  284. color: #000;
  285. display: block;
  286. font-size: 30rpx;
  287. height: 80rpx;
  288. line-height: 80rpx;
  289. }
  290. .modal-content view>image {
  291. margin-top: 30rpx;
  292. width: 90rpx;
  293. height: 90rpx;
  294. }
  295. /*分享海报样式*/
  296. .canvas-content {
  297. display: flex;
  298. top: 0;
  299. left: 0;
  300. /* left: 500%; 分享图不显示在页面上面,就将画布设置在页面之外*/
  301. }
  302. .dingdan image {
  303. display: block;
  304. width: 300rpx;
  305. margin: 30rpx auto 0;
  306. }
  307. button::after{ border: none; }
  308. .goback{
  309. position: fixed;
  310. right: 20rpx;
  311. bottom: 60rpx;
  312. width:100rpx!important;
  313. height:100rpx;
  314. z-index: 100;
  315. background:rgba(255,255,255,1);
  316. line-height: 95rpx;
  317. border:1rpx solid rgba(227,227,227,1);
  318. border-radius:50%;
  319. }
  320. .goback image{
  321. position: absolute;
  322. width: 60rpx;
  323. left: 0;
  324. right: 0;
  325. top: 0;
  326. bottom: 0;
  327. margin: auto;
  328. }
  329. .frHr{
  330. float: left;
  331. margin-left: 12rpx;
  332. margin-top:18rpx;
  333. }