searchTwo.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. /* @import "../../index/index.wxss"; */
  2. @import "../../../home/index/memberArea/memberArea.wxss";
  3. @import "../../index/template/volunteer-template/volunteer-template.wxss";
  4. .main{
  5. padding: 0 30rpx;
  6. }
  7. .serach-container {
  8. padding: 20rpx 0;
  9. text-align: center;
  10. }
  11. .cancle {
  12. position: absolute;
  13. right: 15px;
  14. top: 32rpx;
  15. z-index: 9999;
  16. font-size: 30rpx;
  17. }
  18. .list-search {
  19. position: absolute;
  20. top: 0;
  21. left: 0;
  22. display: flex;
  23. align-items: center;
  24. width: 100%;
  25. height: 90rpx;
  26. padding: 10rpx 30rpx;
  27. box-sizing: border-box;
  28. z-index: 20;
  29. background: #fff;
  30. }
  31. .list-search-box {
  32. display: flex;
  33. align-items: center;
  34. padding: 0 30rpx;
  35. width: 83%;
  36. height: 62rpx;
  37. background: white;
  38. border-radius: 90rpx;
  39. font-size: 24rpx;
  40. box-sizing: border-box;
  41. margin-left: 7rpx;
  42. margin: 0 auto;
  43. }
  44. .list-search-box input {
  45. width: 100%;
  46. padding-left: 13rpx;
  47. text-align: left;
  48. }
  49. .view-li{
  50. /* width: 30%; */
  51. padding: 30rpx 0;
  52. box-sizing:border-box;
  53. font-size: 32rpx;
  54. text-align: center;
  55. }
  56. .view-li>text{
  57. display: block;
  58. position: relative;
  59. padding: 6rpx 25rpx;
  60. border-radius: 26rpx;
  61. box-sizing: border-box;
  62. font-size: 30rpx;
  63. font-family: PingFang SC, PingFang SC-Medium;
  64. font-weight: 500;
  65. text-align: left;
  66. color: #666666;
  67. background: transparent;
  68. letter-spacing: -1rpx;
  69. }
  70. .view-li .li-text-active{
  71. transition: all .5s;
  72. background: #9DDB52;
  73. color:white;
  74. }
  75. /*兼职*/
  76. .categoryitem {
  77. padding: 46rpx 22rpx 37rpx 22rpx;
  78. box-sizing: border-box;
  79. background: white;
  80. margin-bottom: 15rpx;
  81. border-radius: 10rpx;
  82. }
  83. .categoryitem .label {
  84. font-size: 26rpx;
  85. font-weight: 400;
  86. color: #767676;
  87. margin-right: 10rpx;
  88. display: inline-block;
  89. }
  90. .categoryitem .label2 {
  91. box-sizing: content-box;
  92. font-size: 24rpx;
  93. font-weight: 400;
  94. color: #767676;
  95. height: 38rpx;
  96. line-height: 38rpx;
  97. padding: 0 12rpx;
  98. margin: 10rpx 10rpx 0 0;
  99. background: rgba(255, 255, 255, 0.00);
  100. border: 1px solid #d7d7d7;
  101. border-radius: 4rpx;
  102. display: inline-block;
  103. }
  104. .catetop {
  105. display: flex;
  106. flex-direction: row;
  107. align-items: center;
  108. justify-content: space-between;
  109. }
  110. .catetop text {
  111. font-size: 24rpx;
  112. font-weight: 500;
  113. text-align: left;
  114. color: #2b2b2b;
  115. /* line-height: 52rpx; */
  116. overflow: hidden;
  117. text-overflow: ellipsis;
  118. white-space: nowrap;
  119. }
  120. .catetop .titlex {
  121. max-width: 500rpx;
  122. font-size: 34rpx;
  123. font-weight: 500;
  124. color: #2b2b2b;
  125. }
  126. .catetop .price {
  127. display: flex;
  128. flex-direction: row;
  129. }
  130. .catetop .price .p2 {
  131. font-size: 36rpx;
  132. font-weight: bold;
  133. color: #EC2E26;
  134. }
  135. .catetop .price .p1 {
  136. font-size: 22rpx;
  137. color: #EC2E26;
  138. line-height: 52rpx;
  139. }
  140. .catebottom .adico {
  141. width: 17rpx;
  142. height: 24rpx;
  143. margin-right: 14rpx;
  144. display: inline-block;
  145. }
  146. .catebottom .address {
  147. display: inline-block;
  148. line-height: 24rpx;
  149. overflow: hidden;
  150. text-overflow: ellipsis;
  151. white-space: nowrap;
  152. width: 330rpx;
  153. font-size: 26rpx;
  154. font-weight: 400;
  155. text-align: left;
  156. color: #999999;
  157. }
  158. .catebottom .sub-btn-box {
  159. display: inline-block;
  160. width: calc(100% - 375rpx);
  161. text-align: right;
  162. vertical-align: text-top;
  163. margin-top: -10rpx;
  164. }
  165. .catebottom .sub-btn{
  166. background: #fcc26e;
  167. border: 2rpx solid #ffffff;
  168. border-radius: 27rpx;
  169. padding: 0 24rpx;
  170. line-height: 50rpx;
  171. color: white;
  172. font-size: 28rpx;
  173. width: fit-content;
  174. display: inline-block;
  175. }
  176. .catebottom .sub-btn.green{
  177. background: #9DDB52;
  178. }
  179. /*活动*/
  180. .boxm{
  181. position: relative;
  182. text-align:center;
  183. width: 100%;
  184. height: 240rpx;
  185. opacity: 1;
  186. background: #ffffff;
  187. border-radius: 20rpx;
  188. display: flex;
  189. flex-direction: row;
  190. align-items: center;
  191. margin-bottom: 20rpx;
  192. }
  193. .boxmfix{
  194. margin-bottom: 15rpx;
  195. }
  196. .img-view>image {
  197. position: relative;
  198. border-radius: 20rpx 0 0 20rpx;
  199. width: 100%;
  200. height: 100%;
  201. display: flex;
  202. }
  203. .c-BBBBBB{
  204. color: #BBBBBB;
  205. }
  206. .txt-c-t{
  207. color: #171717;
  208. font-size: 32rpx;
  209. font-weight: bold;
  210. width: 80%;
  211. }
  212. .txt-c-time >label{
  213. font-size: 30rpx;
  214. margin-bottom: 5rpx;
  215. color: #33BCb2;
  216. font-weight: bold;
  217. }
  218. .img-view{
  219. width: 240rpx;
  220. height: 240rpx;
  221. opacity: 1;
  222. background: rgba(0,0,0,0.00);
  223. border-radius: 20rpx 0px 0px 20rpx;
  224. }
  225. .shadow{
  226. position: absolute;
  227. top: 0;
  228. left: 0;
  229. height: 100%;
  230. width: 100%;
  231. background: rgba(0,0,0,.5);
  232. border-radius: 24rpx;
  233. }
  234. .txt-t {
  235. position: absolute;
  236. top: 100rpx;
  237. left: 110rpx;
  238. font-family: "PingFang-SC-Bold";
  239. font-weight: Bold;
  240. color: #fff;
  241. font-size: 32rpx;
  242. }
  243. .txt-b {
  244. position: absolute;
  245. top: 160rpx;
  246. left: 165rpx;
  247. font-family: "PingFang-SC-Regular";
  248. font-weight: Regular;
  249. color: #fff;
  250. font-size: 10px;
  251. }
  252. .txt-con{
  253. width: 377rpx;
  254. padding: 19rpx 14rpx;
  255. text-align: left;
  256. }
  257. .txt-con-fix .title{
  258. font-size: 34rpx;
  259. line-height: 40rpx;
  260. font-weight: 400;
  261. color: #292929;
  262. margin-bottom: 10rpx;
  263. white-space: nowrap;
  264. overflow: hidden;
  265. text-overflow: ellipsis;
  266. }
  267. .titem{
  268. width:100%;
  269. }
  270. .status{
  271. position: absolute;
  272. left: 0;
  273. top: 0;
  274. font-size: 24rpx;
  275. padding: 0 20rpx;
  276. height: 39rpx;
  277. line-height: 39rpx;
  278. text-align: center;
  279. background: rgba(0,0,0,.6);
  280. z-index: 999;
  281. color: white;
  282. border-radius: 20rpx 0 0 0;
  283. }
  284. .activestatus{
  285. background:rgba(145,203,91,0.9)
  286. }
  287. .nostatus{
  288. background: rgba(251,177,120,0.9);
  289. }
  290. @font-face {font-family: "iconfont";
  291. src: url('iconfont.eot?t=1559296891592'); /* IE9 */
  292. src: url('iconfont.eot?t=1559296891592#iefix') format('embedded-opentype'), /* IE6-IE8 */
  293. url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAO4AAsAAAAAB3wAAANpAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqCWIJNATYCJAMMCwgABCAFhG0HQRueBsiuMTaGVk+UopMxO6KUS5zdhpf05qI/AJ+JoBore3b3EN1TkBWCRFBE5SMUoYoTMYaF4fKRN7mm6YAwJRwxff77pfyl6ZiMnSRQ5BDlJsxuQg424JZps403CNieuvnDmviXaB51qa9Fsjb4xB8lFGBTN3+cP8g3zgPpwqx0YQjxtIljcxf4WJ7PNlpyZZcXTY6F8HxwzHRRgnlAc8tMHOB4QAONyg+wB/zGF/Qfxq5aioPaTqBpno7ocHltK/BQ4H6BuM9zQ8Ajo1Aa0kNdqFZMLWP4Glg9PUE3eRV8fPzTqJNUMjz0xM0yBhT+JNfZ/TGBAMzpdFBnkbEBUIhrlYYLnKPABs6atsClOb6qCGkq9+wEDIdXJf/wSIKowqltsAYFEz8xRiIcsq66KIOqx0h6BPgIsGQ8dHheLfi34/Hl1+oXe/ubaIFDwtPP0WCRY7fhb7dUgErWnzXQMxuzNrrmZlk5umBvX0Az08wIxH7++tKWrg7hU5/0zNe7x7HJcHbAJ7hwzZcla8UVWwqn0uTBkw1W0dYHSR3IskwNU1PDaAQaVVujZjJleet/1Iek7pzyHoW6yF9C/vuXHFArZgr/25GdSmxQqbz9G6tl1Jn+29gU/7Vq/AanaDIz+n+Hd9C6m5FRF9ud5L+dlfrv5C0g/lDIGl5WlOjpV9x2tpRpO37rON6WcB+sqgwLq6gcCka7Ha8aBIMAZgdFzidA6Cun4cn/+RtX9hHfAf/cXwr4gU5BdvckdQmV+TcqSh4AlJbGxv5c0CAqXV2y03fmS2gSCzNkGfoZLpncsTPUbS+TpGbu7k11KxJkwW6AipYdUFW3D5rWq5jdMkI4i9LAOisAQt8+JF2fIOt7QhbsN1RM/UFVPzI0nYvgJVtWxR2vEoKGKGLg8ATkR7CNpWrqFaY3I85hGSJpdkBsR8TOu2GSITEfrkA2RKYYYR/lkillIUuwFZaD3ZDFgqFAsAmNUIORUiE7IYGteiXDCLYCL4cQyBAKYUDDJkC8EZgNK5pTXoX3b4ZwHCyGkIa6Nm07hLDj24eSGCR2QFYIbJ3qbuUWu1GcZBTFglgEZgWVAx1iIQEMEqo7mSAjKAPjAJ8gWwJqxHYVGJYXWd9vCzThs3OkyFF0rjswQbYJbOOMDr37dd7GjSEeAAAAAA==') format('woff2'),
  294. url('iconfont.woff?t=1559296891592') format('woff'),
  295. url('iconfont.ttf?t=1559296891592') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  296. url('iconfont.svg?t=1559296891592#iconfont') format('svg'); /* iOS 4.1- */
  297. }
  298. .iconfont {
  299. font-family: "iconfont" !important;
  300. font-style: normal;
  301. -webkit-font-smoothing: antialiased;
  302. -moz-osx-font-smoothing: grayscale;
  303. }
  304. .icon-duorenyonghu-:before {
  305. content: "\e68e";
  306. }
  307. .icon-dingwei:before {
  308. content: "\e617";
  309. }
  310. .pageContent{
  311. width:100%;
  312. /* padding:0 30rpx; */
  313. min-height: 600rpx;
  314. box-sizing: border-box;
  315. background:transparent;
  316. border-radius: 20rpx 20rpx 0 0;
  317. display: flex;
  318. flex-direction: column;
  319. overflow: hidden;
  320. }
  321. .pageContentfix{
  322. width:100%;
  323. padding:0;
  324. box-sizing: border-box;
  325. }
  326. .list{
  327. background: white;
  328. border-radius: 20rpx;
  329. margin-bottom: 25rpx;
  330. }
  331. .iTab{
  332. border-radius: 20rpx 20rpx 0 0;
  333. background: #fbfbfb;
  334. height: 90rpx;
  335. width: 100%;
  336. }
  337. page{
  338. background: #f7f7f7!important;
  339. }
  340. .img-content{
  341. padding-top:20rpx;
  342. box-sizing: border-box;
  343. }
  344. .list-item{
  345. display: flex;
  346. flex-direction: row;
  347. align-items: center;
  348. }
  349. .list-item-mg12{
  350. margin-top:10rpx;
  351. }
  352. .list-item-mg{
  353. margin-top:19rpx;
  354. }
  355. .list-item:nth-child(2n){
  356. margin-top:5rpx;
  357. }
  358. .list-brief-item{
  359. font-size: 24rpx;
  360. line-height: 45rpx;
  361. }
  362. .adico{
  363. width: 22rpx;
  364. height: 28rpx;
  365. margin-right: 13rpx;
  366. }
  367. .list-item-mga{
  368. margin-top:45rpx;
  369. }
  370. .tagwrap{
  371. display: flex;
  372. flex-direction: row;
  373. align-items: center;
  374. margin:10rpx 0;
  375. }
  376. .tagitem{
  377. font-size: 20rpx;
  378. font-family: PingFang SC, PingFang SC-Regular;
  379. font-weight: 400;
  380. text-align: center;
  381. line-height: 32rpx;
  382. width: 105rpx;
  383. height: 32rpx;
  384. opacity: 1;
  385. color:#9DDB52;
  386. margin-right: 10rpx;
  387. background: #eefaf5;
  388. border-radius: 16rpx 16rpx 16rpx 0px;
  389. }
  390. .txt-con .title{
  391. display: -webkit-box;
  392. overflow: hidden;
  393. -webkit-box-orient: vertical;
  394. -webkit-line-clamp: 2;
  395. }
  396. .txt-con .item{
  397. font-size: 28rpx;
  398. line-height:36rpx;
  399. font-weight: 400;
  400. color: #999999;
  401. display: -webkit-box;
  402. overflow: hidden;
  403. -webkit-box-orient: vertical;
  404. -webkit-line-clamp: 1;
  405. margin-bottom: 5rpx;
  406. }
  407. .txt-con .item .red{
  408. color: #FF0000;
  409. font-weight: 500;
  410. text-align: left;
  411. }
  412. .txt-con .item image{
  413. width: 24rpx;
  414. margin-right: 10rpx;
  415. vertical-align: middle;
  416. max-height: 50rpx;
  417. }
  418. .txt-con .item text{
  419. vertical-align: middle;
  420. }
  421. .iconfont{
  422. color: #9DDB52;
  423. font-size: 29rpx;
  424. margin-right: 0;
  425. }
  426. .iconfont.gray{
  427. color:#ccc;
  428. font-size: 25rpx;
  429. }
  430. .addresstext{
  431. overflow: hidden;
  432. text-overflow: ellipsis;
  433. white-space: nowrap;
  434. width: 80%;
  435. }
  436. .pagebody{
  437. width:690rpx;
  438. border-radius: 20rpx 20rpx 0 0;
  439. margin:0 auto;
  440. background: #f8f8f8;
  441. padding:0 30rpx;
  442. box-sizing: border-box;
  443. display: flex;
  444. flex-direction: column;
  445. box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.16);
  446. }
  447. .listss-item{
  448. background: #FFFFFF;
  449. /* box-shadow:0px 1px 6px rgba(128, 128, 128, 0.16); */
  450. }
  451. .pagebodys{
  452. width:690rpx;
  453. border-radius: 20rpx 20rpx 0 0;
  454. overflow: hidden;
  455. margin:0 auto;
  456. }
  457. .pagebodys .downMenu{
  458. border-radius: 20rpx 20rpx 0 0;
  459. }
  460. .pagebodys .marginTop{
  461. padding-top:25rpx;
  462. box-sizing: border-box;
  463. display: flex;
  464. flex-direction: column;
  465. }
  466. .nodata-img{
  467. margin: 130rpx auto;
  468. }
  469. .picker{
  470. white-space: nowrap;
  471. }
  472. /*tab*/
  473. .namewrap {
  474. position: relative;
  475. width: 100%;
  476. }
  477. .namewrap .nameitem {
  478. display: inline-block;
  479. font-size: 30rpx;
  480. font-weight: 600;
  481. text-align: center;
  482. color: #666666;
  483. position: relative;
  484. height: 80rpx;
  485. width: calc(100% / 2);
  486. }
  487. .namewrap .nameactive {
  488. font-size: 34rpx;
  489. font-weight: 700;
  490. color: #1a1a1a;
  491. }
  492. .item-box {
  493. width: 100%;
  494. white-space: nowrap;
  495. overflow-x: auto;
  496. }