circles.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /* pages/circles/circles.wxss */
  2. @import "../template/template.wxss";
  3. page{
  4. padding-bottom: 240rpx;
  5. }
  6. .shop-head{
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. width: 750rpx;
  11. height: 272rpx;
  12. background: #FFFFFF;
  13. display: flex;
  14. flex-direction: column;
  15. z-index: 1000;
  16. }
  17. .page-title{
  18. position: relative;
  19. width: 750rpx;
  20. height: 176rpx;
  21. background: #FFFFFF;
  22. }
  23. .page-title>text:nth-child(1){
  24. position: absolute;
  25. top: 106rpx;
  26. left: 32rpx;
  27. width: auto;
  28. height: 48rpx;
  29. font-size: 42rpx;
  30. font-family: PingFangSC-Medium, PingFang SC;
  31. font-weight: 500;
  32. color: rgba(0,0,0,0.87);
  33. line-height: 42rpx;
  34. z-index: 20;
  35. }
  36. .page-title>text:nth-child(2){
  37. position: absolute;
  38. top: 144rpx;
  39. left: 32rpx;
  40. width: 42px;
  41. height: 5px;
  42. background: #FF5700;
  43. z-index: 10;
  44. }
  45. .kong{
  46. width: 750rpx;
  47. height: 272rpx;
  48. background: #F5F5F5;
  49. }
  50. .add-btn{
  51. position: fixed;
  52. z-index: 10001;
  53. bottom: 232rpx;
  54. right: 24rpx;
  55. width: 128rpx;
  56. height: 128rpx;
  57. }
  58. .add-btn>image{
  59. width: 128rpx;
  60. height: 128rpx;
  61. }
  62. .tab-box{
  63. width: 750rpx;
  64. height: 96rpx;
  65. background: #FFFFFF;
  66. display: flex;
  67. flex-direction: row;
  68. }
  69. .tab-item{
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. margin: 0 32rpx;
  74. }
  75. .tab-item>text:nth-child(1){
  76. width: auto;
  77. height: 44rpx;
  78. font-size: 30rpx;
  79. font-family: PingFangSC-Regular, PingFang SC;
  80. font-weight: 400;
  81. color: rgba(0,0,0,0.87);
  82. line-height: 44rpx;
  83. margin: 26rpx 0 8rpx;
  84. }
  85. .tab-item>text:nth-child(2){
  86. width: 24rpx;
  87. height: 6rpx;
  88. background: #fff;
  89. border-radius: 2px;
  90. }
  91. /* .article-box{
  92. width: 750rpx;
  93. height: auto;
  94. }
  95. .article-head{
  96. width: 750rpx;
  97. height: 120rpx;
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. }
  102. .article-head>image:nth-child(1){
  103. width: 64rpx;
  104. height: 64rpx;
  105. border-radius: 50%;
  106. margin: auto 16rpx auto 32rpx;
  107. }
  108. .article-head>text:nth-child(2){
  109. width: auto;
  110. height: 42rpx;
  111. font-size: 30rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. color: rgba(0,0,0,0.87);
  115. line-height: 42rpx;
  116. margin-right: auto;
  117. }
  118. .article-head>image:nth-child(3){
  119. width: 48rpx;
  120. height: 48rpx;
  121. margin-right: 32rpx;
  122. }
  123. .img-box{
  124. width: 750rpx;
  125. height: 750rpx;
  126. position: relative;
  127. display: flex;
  128. }
  129. .swiper-num{
  130. position: absolute;
  131. top: 24rpx;
  132. right: 24rpx;
  133. width: 56rpx;
  134. height: 36rpx;
  135. background: rgba(0,0,0,0.6);
  136. border-radius: 12px;
  137. font-size: 22rpx;
  138. color: #FFFFFF;
  139. line-height: 36rpx;
  140. text-align: center;
  141. }
  142. .article-take{
  143. display: flex;
  144. flex-direction: row;
  145. width: 750rpx;
  146. height: 96rpx;
  147. }
  148. .take-dianzan{
  149. width: 48rpx;
  150. height: 48rpx;
  151. margin: 24rpx 0 24rpx 32rpx;
  152. }
  153. .take-dianzan-num{
  154. width: auto;
  155. height: 42rpx;
  156. font-size: 30rpx;
  157. font-family: PingFangSC-Medium, PingFang SC;
  158. font-weight: 500;
  159. color: rgba(0,0,0,0.87);
  160. line-height: 42rpx;
  161. margin: auto 48rpx auto 8rpx;
  162. }
  163. .take-msg{
  164. width: 48rpx;
  165. height: 48rpx;
  166. margin: 24rpx 0;
  167. }
  168. .take-share-box{
  169. padding: 0;
  170. width: 48rpx !important;
  171. height: 48rpx !important;
  172. background: none !important;
  173. background-color: none !important;
  174. margin: 24rpx 32rpx 24rpx auto !important;
  175. }
  176. .take-share{
  177. width: 48rpx;
  178. height: 48rpx;
  179. }
  180. .article-content{
  181. margin: 0 32rpx;
  182. width: 686rpx;
  183. height: auto;
  184. font-size: 15px;
  185. font-family: PingFangSC-Regular, PingFang SC;
  186. font-weight: 400;
  187. color: rgba(0,0,0,0.87);
  188. line-height: 48rpx;
  189. text-align: justify;
  190. white-space: pre-wrap;
  191. }
  192. .article-tag{
  193. width: 686rpx;
  194. height: auto;
  195. padding: 24rpx 32rpx 32rpx;
  196. display: flex;
  197. flex-direction: row;
  198. flex-wrap: wrap;
  199. }
  200. .tag-item{
  201. width: auto;
  202. height: 48rpx;
  203. border-radius: 13px;
  204. border: 1px solid rgba(0,0,0,0.87);
  205. display: flex;
  206. flex-direction: row;
  207. align-items: center;
  208. margin-right: 16rpx;
  209. margin-bottom: 16rpx;
  210. }
  211. .tag-item>image{
  212. width: 28rpx;
  213. height: 28rpx;
  214. margin: 10rpx 8rpx 10rpx 16rpx;
  215. }
  216. .tag-item>text{
  217. width: auto;
  218. height: 32rpx;
  219. font-size: 24rpx;
  220. font-family: PingFangSC-Medium, PingFang SC;
  221. font-weight: 500;
  222. color: rgba(0,0,0,0.87);
  223. line-height: 32rpx;
  224. margin-right: 16rpx;
  225. } */
  226. .handle-box{
  227. width: 100vw;
  228. height: 100vh;
  229. position: fixed;
  230. top: 0;
  231. z-index: 10001;
  232. }
  233. .handle-bg{
  234. width: 100vw;
  235. height: 100vh;
  236. position: absolute;
  237. bottom: 0;
  238. background-color: rgba(0,0,0,0.6);
  239. }
  240. .hadle-view{
  241. display: flex;
  242. flex-direction: row;
  243. position: absolute;
  244. bottom: 0;
  245. width: 678rpx;
  246. height: 200rpx;
  247. padding: 46rpx 36rpx 0;
  248. background: #F7F7F7;
  249. border-radius: 16px 16px 0px 0px;
  250. padding-bottom: env(safe-area-inset-bottom);
  251. }
  252. .hadle-view>image:nth-child(1){
  253. width: 48rpx;
  254. height: 48rpx;
  255. position: absolute;
  256. top: 20rpx;
  257. right: 16rpx;
  258. }
  259. .handle-item{
  260. display: flex;
  261. flex-direction: column;
  262. margin-right: 40rpx;
  263. }
  264. .handle-item>image:nth-child(1){
  265. width: 96rpx;
  266. height: 96rpx;
  267. margin-bottom: 16rpx;
  268. }
  269. .handle-item>text:nth-child(2){
  270. width: auto;
  271. height: 36rpx;
  272. font-size: 26rpx;
  273. font-family: PingFangSC-Regular, PingFang SC;
  274. font-weight: 400;
  275. color: rgba(0,0,0,0.6);
  276. line-height: 36rpx;
  277. text-align: center;
  278. }
  279. .nonedata-style{
  280. width: 750rpx;
  281. height: calc( 100vh - 209px );
  282. display: flex;
  283. flex-direction: column;
  284. justify-content: center;
  285. align-items: center;
  286. }
  287. .nonedata-style>image:nth-child(1){
  288. width: 332rpx;
  289. height: 264rpx;
  290. }
  291. .nonedata-style>text:nth-child(2){
  292. width: auto;
  293. height: 48rpx;
  294. font-size: 30rpx;
  295. font-family: PingFangSC-Regular, PingFang SC;
  296. font-weight: 400;
  297. color: rgba(0,0,0,0.4);
  298. line-height: 48rpx;
  299. margin-top: 32rpx;
  300. }