app.wxss 5.7 KB

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