app.wxss 5.8 KB

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