app.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. /**app.wxss**/
  2. @import './common/style/weui.wxss';
  3. @import './common/style/lib.wxss';
  4. /* 主色系:#E02F2F */
  5. html, body, page {
  6. min-height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. /* background: #eee; */
  10. font-size: 30rpx;
  11. }
  12. .container {
  13. font-size: 30rpx;
  14. background: #F5F5F5;
  15. border-top: 1rpx solid transparent;
  16. /* padding-bottom: 10rpx; */
  17. box-sizing: border-box;
  18. min-height: 100%;
  19. flex: 1;
  20. padding: 0 44rpx; /* 其实是用了order-container的样式, 可能有必要全部配置, 所以使用这个样式 *//* background: #eee; */
  21. }
  22. .yuezhan-navigator{
  23. margin-top: 44rpx;
  24. }
  25. .fdkz-card {
  26. position: relative;
  27. display: flex;
  28. flex-direction: column;
  29. width: 100%;
  30. height: 568rpx;
  31. overflow: hidden;
  32. }
  33. .fdkz-card-img {
  34. height: 324rpx;
  35. border-radius: 15rpx;
  36. overflow: hidden;
  37. }
  38. .fdkz-card-info {
  39. height: 100rpx;
  40. background: #fff;
  41. flex-direction: column;
  42. padding-top: 20rpx;
  43. }
  44. .fdkz-card-info-title {
  45. line-height: 40rpx;
  46. display: flex;
  47. align-items: center;
  48. }
  49. .fdkz-card-info-date {
  50. color: #646464;
  51. font-size: 24rpx;
  52. }
  53. .fdkz-card-tag {
  54. line-height: 36rpx;
  55. position: absolute;
  56. width: 92rpx;
  57. height: 36rpx;
  58. /* background: rgba(244, 47, 47, 0.65); */
  59. background: #e02f2f;
  60. text-align: center;
  61. top: 25rpx;
  62. right: 20rpx;
  63. font-size: 20rpx;
  64. border-radius: 15rpx;
  65. font-weight: bold;
  66. }
  67. .fdkz-card-tag_coming{
  68. background: #3199ce;
  69. }
  70. .fdkz-card-tag_finish{
  71. background: #666;
  72. }
  73. .fdkz-card-tag-txt {
  74. color: #fff;
  75. }
  76. .no-border {
  77. border: none;
  78. }
  79. .btn-primary {
  80. background: #e02f2f;
  81. width: 152rpx;
  82. height: 60rpx;
  83. line-height: 60rpx;
  84. color: #fff;
  85. text-align: center;
  86. }
  87. .btn-done {
  88. background: #d7d7d7;
  89. width: 152rpx;
  90. height: 60rpx;
  91. line-height: 60rpx;
  92. color: #999;
  93. text-align: center;
  94. }
  95. .search-bar {
  96. margin: 0 auto;
  97. position: relative;
  98. width: 100%;
  99. height: 130rpx;
  100. box-sizing: border-box;
  101. padding: 30rpx 0;
  102. }
  103. .search-input {
  104. flex: 1;
  105. border-radius: 4rpx;
  106. height: 70rpx;
  107. font-size: 24rpx;
  108. color: #000;
  109. }
  110. .search-input::-webkit-input-placeholder{
  111. color: #707070;
  112. }
  113. .fix-icon-search {
  114. color: #999;
  115. margin-right: 15rpx;
  116. }
  117. .icon-sousuo {
  118. font-size: 30rpx;
  119. color: #707070;
  120. }
  121. .navbar__slider {
  122. position: absolute;
  123. left: 0;
  124. bottom: 5rpx;
  125. text-align: center;
  126. transition: all 0.3s;
  127. display: block;
  128. }
  129. .navbar_slider-item {
  130. background-color: #e02f2f;
  131. height: 8rpx;
  132. width: 70%;
  133. margin: 0 auto;
  134. border-radius: 3px;
  135. }
  136. .nav-item_on {
  137. color: #e02f2f;
  138. transition: all 0.3s;
  139. border-radius: 3rpx;
  140. }
  141. .bottom-container {
  142. /* display: flex;
  143. flex-direction: column;
  144. flex: 1; */
  145. padding-bottom: 110rpx;
  146. }
  147. .bottom-area {
  148. /*
  149. flex: 1;
  150. margin: 20rpx -20rpx -20rpx; */
  151. display: flex;
  152. position: fixed;
  153. z-index: 9999;
  154. width: 100%;
  155. left: 0;
  156. bottom: 0;
  157. }
  158. .bottom-area__info {
  159. flex: 1;
  160. background: #e6e5e5;
  161. /* padding: 0 48rpx; */
  162. height: 100rpx;
  163. line-height: 100rpx;
  164. text-align: center;
  165. }
  166. .bottom-area__btn {
  167. flex: 1;
  168. color: #fff;
  169. background: #d22d2e;
  170. height: 100rpx;
  171. line-height: 100rpx;
  172. text-align: center;
  173. }
  174. .bottom-area__btn_default {
  175. background: #666;
  176. }
  177. .bottom-area__btn[disabled] {
  178. background: #8d8d8d;
  179. }
  180. .bottom-area__flex2 {
  181. flex: 2;
  182. }
  183. .bottom-area__btn + .bottom-area__btn {
  184. border-left: 1px solid #fff;
  185. }
  186. .weui-cell__ft_in-access_active:after {
  187. transform: rotate(135deg);
  188. transition: all 0.3s;
  189. }
  190. .weui-cell__ft_in-access:after {
  191. transition: transform 0.3s;
  192. }
  193. .icon-jiantou:before {
  194. transition: all 0.3s;
  195. }
  196. .icon-jiantou_active:before {
  197. transform: rotate(180deg);
  198. transition: transform 0.3s;
  199. }
  200. .noDataClass {
  201. text-align: center;
  202. margin-top: 50%;
  203. }
  204. .tips {
  205. color: #999;
  206. font-size: 38rpx;
  207. position: relative;
  208. left: -10rpx;
  209. }
  210. .fdkzImg {
  211. margin-left: 20rpx;
  212. width: 130rpx;
  213. display: inline-block;
  214. }
  215. .title-txt {
  216. overflow: hidden;
  217. text-overflow: ellipsis;
  218. white-space: nowrap;
  219. width: 490rpx;
  220. display: inline-block;
  221. }
  222. .comfirmDialog {
  223. position: fixed;
  224. width: 70%;
  225. height: 25%;
  226. top: 35%;
  227. margin: 0 15%;
  228. background: #fff;
  229. z-index: 99;
  230. border-radius: 10rpx;
  231. }
  232. .comfirmDialog_content {
  233. height: 100%;
  234. width: 100%;
  235. align-items: flex-end;
  236. font-size: 30rpx;
  237. text-align: center;
  238. }
  239. .comfirmDialog_content_tip {
  240. display: table;
  241. width: 100%;
  242. height: 70%;
  243. margin: auto 0;
  244. transition: all 0.3s linear;
  245. }
  246. .comfirmDialog_content_tip text {
  247. display: table-cell;
  248. vertical-align: middle;
  249. color: #999;
  250. padding: 0 40rpx;
  251. }
  252. .comfirm_btn {
  253. border: none;
  254. background: #fff;
  255. }
  256. .no_exhibitionImg {
  257. /* width: 300rpx; */
  258. height: 230rpx;
  259. }
  260. .locationBtn {
  261. display: inline-block;
  262. width: auto;
  263. margin-top: 20rpx;
  264. position: relative;
  265. left: -16rpx;
  266. }
  267. .exhibitionDetailName {
  268. display: inline-block;
  269. width: 468rpx;
  270. overflow: hidden;
  271. text-overflow: ellipsis;
  272. /* white-space: nowrap; */
  273. }
  274. .date-txt {
  275. overflow: hidden;
  276. text-overflow: ellipsis;
  277. white-space: nowrap;
  278. /* width: 400rpx; */
  279. flex: 1;
  280. display: inline-block;
  281. }
  282. .nav_bar{
  283. display: flex;
  284. justify-content: space-between;
  285. align-items: center;
  286. border-bottom: 2rpx solid #eee;
  287. background: #fff;
  288. padding:0 30rpx;
  289. }
  290. .nav_bar_txt{
  291. border-left: 6rpx solid #000;
  292. padding-left:14rpx;
  293. display: inline-block;
  294. font-weight: bold;
  295. height: 34rpx;
  296. line-height:34rpx;
  297. /* font-size: 32rpx; */
  298. }
  299. .nav_bar_icon > .icon-search{
  300. font-size: 50rpx;
  301. opacity: 0;
  302. }
  303. .comment_style {
  304. width: 180rpx;
  305. height: 180rpx;
  306. text-align: center;
  307. justify-content: center;
  308. display: flex;
  309. flex-direction: column;
  310. background: #fff;
  311. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  312. position: absolute;
  313. right: 30rpx;
  314. top: 360rpx;
  315. }
  316. .comment-img__item {
  317. width: 30rpx;
  318. height: 30rpx;
  319. }
  320. .comment-dec {
  321. margin-top: 10rpx;
  322. color: #999;
  323. font-size: 24rpx;
  324. }
  325. .icon-zan_active{
  326. color: #e02f2f
  327. }