app.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /**app.wxss**/
  2. page{
  3. height: 100%;
  4. background: #ffffff;
  5. -webkit-overflow-scrolling : touch;
  6. }
  7. @import "/icon/icon.wxss";
  8. @import "/common/font/iconfont.wxss";
  9. .container {
  10. height: 100%;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: space-between;
  15. padding: 200rpx 0;
  16. box-sizing: border-box;
  17. }
  18. .empty{
  19. text-align: center;
  20. display: flex;
  21. flex-direction: column;
  22. margin-top: 100rpx;
  23. }
  24. .empty image{
  25. align-self: center;
  26. width: 300rpx;
  27. height: 300rpx;
  28. }
  29. ::-webkit-scrollbar{
  30. width: 0;
  31. height: 0;
  32. color: transparent;
  33. }
  34. .card-top {
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. width: 750rpx;
  39. height: 100rpx;
  40. }
  41. .content-name {
  42. background-color: #E5FCED;
  43. color: #8BE3B3;
  44. font-size: 28rpx;
  45. padding: 5rpx 15rpx;
  46. font-weight: 400;
  47. line-height: 20px;
  48. border-radius: 10rpx;
  49. }
  50. .card {
  51. margin: 10rpx auto !important;
  52. }
  53. .right-card {
  54. height: 180rpx !important;
  55. width: 220rpx !important;
  56. border-radius: 12rpx !important;
  57. }
  58. .content {
  59. margin-top: 10rpx;
  60. color: #666;
  61. font-size: 26rpx;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. display: -webkit-box;
  65. -webkit-box-orient: vertical;
  66. -webkit-line-clamp: 5;
  67. }
  68. .avter-content {
  69. margin-top: 10rpx;
  70. color: #333;
  71. font-size: 26rpx;
  72. overflow: hidden;
  73. text-overflow: ellipsis;
  74. display: -webkit-box;
  75. -webkit-box-orient: vertical;
  76. -webkit-line-clamp: 5;
  77. }
  78. .avter-share-container{
  79. display: flex;
  80. flex-direction: row;
  81. justify-content: flex-end;
  82. }
  83. .like-container{
  84. display: flex;
  85. flex-direction: row;
  86. margin-left: 40rpx;
  87. align-items: center
  88. }
  89. .number{
  90. color: #666;
  91. font-size: 24rpx;
  92. margin-left: 12rpx;
  93. }
  94. .iconlist{
  95. color: #E0E0E0;
  96. }
  97. .cu-item .iconfont{
  98. font-size: 50rpx;
  99. }
  100. .boder-tottom{
  101. border-bottom: 1px solid #f1f2f6;
  102. }
  103. .main_color{
  104. color: #636e72;
  105. }
  106. .mycontainer{
  107. margin: 20rpx;
  108. }
  109. .space-between{
  110. display: flex;
  111. flex-direction: row;
  112. justify-content: space-between;
  113. }
  114. .itembox{
  115. box-sizing: border-box;
  116. width: 100%;
  117. padding: 10rpx;
  118. margin-top:10rpx;
  119. box-shadow: 0 4rpx 20rpx 0 rgba(212,217,223,.5);
  120. }
  121. .blue-btn {
  122. background-color: #2DCB73;
  123. }
  124. .confirm {
  125. width: 90%;
  126. height: 80rpx;
  127. line-height: 80rpx;
  128. text-align: center;
  129. font-size: 36rpx;
  130. border-radius: 8rpx;
  131. color: #ffffff;
  132. background-color: #2DCB73;
  133. margin: auto;
  134. }
  135. .confirm:active {
  136. background-color: #2DCB73;
  137. }
  138. .topbox,.img-group,.user-operation,.topbox{
  139. display: flex;
  140. flex-direction: row;
  141. width: 100%;
  142. }
  143. .user-operation{
  144. justify-content: space-between;
  145. }
  146. .title{
  147. padding: 20rpx 0;
  148. color: #878787;
  149. }
  150. .topbox{
  151. justify-content: space-between;
  152. }
  153. .img-group image{
  154. justify-content: space-between;
  155. height: 250rpx;
  156. text-align: center;
  157. padding-left: 10rpx;
  158. }
  159. /* components/index-content/index-content.wxss */
  160. .card-container{margin:0 auto;padding:30rpx;box-sizing:border-box;display:flex}.card-container-unfull{width:690rpx;box-shadow:0 4rpx 20rpx 0 rgba(212,217,223,.5);border-radius:4px}.card-container-primary-right{flex-direction:row-reverse}.cover-img-unfull{width:630rpx;height:260rpx}.card-img-primary{height:240rpx;width:240rpx;overflow:hidden}.card-img-primary-right{margin-left:40rpx}.card-content{position:relative;display:flex;flex-direction:column;flex:1}.card-title{overflow:hidden;text-overflow:ellipsis;color:#333;}.card-title-primary{font-weight: lighter;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.describe{color:#ABAFBA;font-size:22rpx}
  161. .margin-right-sm {
  162. margin-right: 10rpx;
  163. }
  164. .imgurl{
  165. background-repeat:no-repeat;
  166. background-size:100% 100%;
  167. -moz-background-size:100% 100%;
  168. }
  169. .user-info-group{
  170. margin-top: 20rpx;
  171. width: 100%;
  172. display: flex;
  173. flex-direction: row;
  174. }
  175. .user-avatar {
  176. width: 100rpx;
  177. height: 100rpx;
  178. border-radius: 50%;
  179. }
  180. .publish-btn{
  181. border-radius: 50%;
  182. position: absolute;
  183. width: 80rpx;
  184. text-align: center;
  185. height: 80rpx;
  186. line-height: 80rpx;
  187. /*transform: rotate(40deg);*/
  188. }
  189. .user-info-group image,.user-info-group .avatar-user{
  190. width: 70rpx;
  191. height: 70rpx;
  192. border-radius: 50%;
  193. }
  194. .username{
  195. max-width: 300rpx;
  196. font-size: 25rpx;
  197. color: #2C354B;
  198. overflow: hidden;
  199. text-overflow:ellipsis;
  200. white-space: nowrap;
  201. }
  202. .upload_time{
  203. color: #ABAFBA;
  204. font-size: 20rpx;
  205. }
  206. .back-index{
  207. position: fixed;
  208. right: 50rpx;
  209. bottom: 300rpx;
  210. border-radius: 50%;
  211. padding: 20rpx;
  212. box-sizing: border-box;
  213. z-index: 1024;
  214. }
  215. .price{
  216. margin-top: 10rpx;
  217. color: #F56C6C;
  218. font-size: 25rpx;
  219. }
  220. .info{
  221. display: flex;
  222. flex-direction: row;
  223. justify-content: space-between;
  224. width: 100%;
  225. margin-top: 10rpx;
  226. }
  227. .houseinfo{
  228. font-size: 19rpx;
  229. display: flex;
  230. }
  231. .houseinfo view{
  232. text-align: center;
  233. padding: 5rpx 10rpx 5rpx 8rpx;
  234. display: flex;
  235. align-items: center;
  236. justify-content: center;
  237. }
  238. .tab-bar{
  239. display: flex;
  240. flex-direction: row;
  241. padding: 20rpx;
  242. justify-content: space-between;
  243. }
  244. .cell-center{
  245. align-self: center;
  246. display: table-cell;
  247. vertical-align: middle;
  248. }
  249. .sort,.address{
  250. justify-content: right;
  251. text-align: right;
  252. padding: 0 20rpx;
  253. display: flex;
  254. flex-direction: row;
  255. }
  256. /* components/index-content/index-content.wxss */
  257. .user-info-group{
  258. margin-top: 20rpx;
  259. width: 100%;
  260. display: flex;
  261. flex-direction: row;
  262. }
  263. .user-info-group image{
  264. width: 70rpx;
  265. height: 70rpx;
  266. border-radius: 50%;
  267. }
  268. .userinfo{
  269. margin-left: 15rpx;
  270. display: flex;
  271. height: 70rpx;
  272. flex-direction: column;
  273. }
  274. .no-wrapper{
  275. overflow: hidden;
  276. text-overflow:ellipsis;
  277. white-space: nowrap;
  278. }
  279. .main-title {
  280. font-weight: bold;
  281. color: #111;
  282. font-size: 40rpx;
  283. }
  284. .footer {
  285. position: fixed;
  286. bottom: 0;
  287. width: 100%;
  288. display: flex;
  289. }
  290. .mask {
  291. width: 100%;
  292. height: 100%;
  293. background: #000;
  294. opacity: 0.6;
  295. position: absolute;
  296. top: 0;
  297. left: 0;
  298. }
  299. .star{
  300. margin-left: 4rpx;
  301. font-size: 28rpx;
  302. color: #F56C6C;
  303. }
  304. .btn{
  305. min-width: 320rpx;
  306. height: 90rpx;
  307. background: #00B4ED;
  308. color: #fff;
  309. line-height: 90rpx;
  310. font-size: 30rpx;
  311. font-weight: bold;
  312. border-radius: 8rpx;
  313. text-align: center;
  314. }
  315. .tocontract{
  316. background: #1FE4DC;
  317. }
  318. .no-data {
  319. color: #A3A4A5;
  320. text-align: center;
  321. padding-top: 50px;
  322. }
  323. @import "colorui/main.wxss";
  324. @import "colorui/icon.wxss";
  325. @import "/icon/icon.wxss";