123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539 |
- /* @import "../../index/index.wxss"; */
- @import "../../../home/index/memberArea/memberArea.wxss";
- @import "../../index/template/volunteer-template/volunteer-template.wxss";
- .main{
- padding: 0 30rpx;
- }
- .serach-container {
- padding: 20rpx 0;
- text-align: center;
- }
- .cancle {
- position: absolute;
- right: 15px;
- top: 32rpx;
- z-index: 9999;
- font-size: 30rpx;
- }
- .list-search {
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 90rpx;
- padding: 10rpx 30rpx;
- box-sizing: border-box;
- z-index: 20;
- background: #fff;
- }
- .list-search-box {
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- width: 83%;
- height: 62rpx;
- background: white;
- border-radius: 90rpx;
- font-size: 24rpx;
- box-sizing: border-box;
- margin-left: 7rpx;
- margin: 0 auto;
- }
- .list-search-box input {
- width: 100%;
- padding-left: 13rpx;
- text-align: left;
- }
- .view-li{
- /* width: 30%; */
- padding: 30rpx 0;
- box-sizing:border-box;
- font-size: 32rpx;
- text-align: center;
- }
- .view-li>text{
- display: block;
- position: relative;
- padding: 6rpx 25rpx;
- border-radius: 26rpx;
- box-sizing: border-box;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Medium;
- font-weight: 500;
- text-align: left;
- color: #666666;
- background: transparent;
- letter-spacing: -1rpx;
- }
- .view-li .li-text-active{
- transition: all .5s;
- background: #9DDB52;
- color:white;
- }
- /*兼职*/
- .categoryitem {
- padding: 46rpx 22rpx 37rpx 22rpx;
- box-sizing: border-box;
- background: white;
- margin-bottom: 15rpx;
- border-radius: 10rpx;
- }
- .categoryitem .label {
- font-size: 26rpx;
- font-weight: 400;
- color: #767676;
- margin-right: 10rpx;
- display: inline-block;
- }
- .categoryitem .label2 {
- box-sizing: content-box;
- font-size: 24rpx;
- font-weight: 400;
- color: #767676;
- height: 38rpx;
- line-height: 38rpx;
- padding: 0 12rpx;
- margin: 10rpx 10rpx 0 0;
- background: rgba(255, 255, 255, 0.00);
- border: 1px solid #d7d7d7;
- border-radius: 4rpx;
- display: inline-block;
- }
- .catetop {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .catetop text {
- font-size: 24rpx;
- font-weight: 500;
- text-align: left;
- color: #2b2b2b;
- /* line-height: 52rpx; */
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .catetop .titlex {
- max-width: 500rpx;
- font-size: 34rpx;
- font-weight: 500;
- color: #2b2b2b;
- }
- .catetop .price {
- display: flex;
- flex-direction: row;
- }
- .catetop .price .p2 {
- font-size: 36rpx;
- font-weight: bold;
- color: #EC2E26;
- }
- .catetop .price .p1 {
- font-size: 22rpx;
- color: #EC2E26;
- line-height: 52rpx;
- }
- .catebottom .adico {
- width: 17rpx;
- height: 24rpx;
- margin-right: 14rpx;
- display: inline-block;
- }
- .catebottom .address {
- display: inline-block;
- line-height: 24rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 330rpx;
- font-size: 26rpx;
- font-weight: 400;
- text-align: left;
- color: #999999;
- }
- .catebottom .sub-btn-box {
- display: inline-block;
- width: calc(100% - 375rpx);
- text-align: right;
- vertical-align: text-top;
- margin-top: -10rpx;
- }
- .catebottom .sub-btn{
- background: #fcc26e;
- border: 2rpx solid #ffffff;
- border-radius: 27rpx;
- padding: 0 24rpx;
- line-height: 50rpx;
- color: white;
- font-size: 28rpx;
- width: fit-content;
- display: inline-block;
- }
- .catebottom .sub-btn.green{
- background: #9DDB52;
- }
- /*活动*/
- .boxm{
- position: relative;
- text-align:center;
- width: 100%;
- height: 240rpx;
- opacity: 1;
- background: #ffffff;
- border-radius: 20rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .boxmfix{
- margin-bottom: 15rpx;
- }
- .img-view>image {
- position: relative;
- border-radius: 20rpx 0 0 20rpx;
- width: 100%;
- height: 100%;
- display: flex;
- }
- .c-BBBBBB{
- color: #BBBBBB;
- }
- .txt-c-t{
- color: #171717;
- font-size: 32rpx;
- font-weight: bold;
- width: 80%;
- }
- .txt-c-time >label{
- font-size: 30rpx;
- margin-bottom: 5rpx;
- color: #33BCb2;
- font-weight: bold;
- }
- .img-view{
- width: 240rpx;
- height: 240rpx;
- opacity: 1;
- background: rgba(0,0,0,0.00);
- border-radius: 20rpx 0px 0px 20rpx;
- }
- .shadow{
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(0,0,0,.5);
- border-radius: 24rpx;
- }
- .txt-t {
- position: absolute;
- top: 100rpx;
- left: 110rpx;
- font-family: "PingFang-SC-Bold";
- font-weight: Bold;
- color: #fff;
- font-size: 32rpx;
- }
- .txt-b {
- position: absolute;
- top: 160rpx;
- left: 165rpx;
- font-family: "PingFang-SC-Regular";
- font-weight: Regular;
- color: #fff;
- font-size: 10px;
- }
- .txt-con{
- width: 377rpx;
- padding: 19rpx 14rpx;
- text-align: left;
- }
- .txt-con-fix .title{
- font-size: 34rpx;
- line-height: 40rpx;
- font-weight: 400;
- color: #292929;
- margin-bottom: 10rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .titem{
- width:100%;
- }
- .status{
- position: absolute;
- left: 0;
- top: 0;
- font-size: 24rpx;
- padding: 0 20rpx;
- height: 39rpx;
- line-height: 39rpx;
- text-align: center;
- background: rgba(0,0,0,.6);
- z-index: 999;
- color: white;
- border-radius: 20rpx 0 0 0;
- }
- .activestatus{
- background:rgba(145,203,91,0.9)
- }
- .nostatus{
- background: rgba(251,177,120,0.9);
- }
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1559296891592'); /* IE9 */
- src: url('iconfont.eot?t=1559296891592#iefix') format('embedded-opentype'), /* IE6-IE8 */
- 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'),
- url('iconfont.woff?t=1559296891592') format('woff'),
- url('iconfont.ttf?t=1559296891592') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
- url('iconfont.svg?t=1559296891592#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-duorenyonghu-:before {
- content: "\e68e";
- }
- .icon-dingwei:before {
- content: "\e617";
- }
- .pageContent{
- width:100%;
- /* padding:0 30rpx; */
- min-height: 600rpx;
- box-sizing: border-box;
- background:transparent;
- border-radius: 20rpx 20rpx 0 0;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .pageContentfix{
- width:100%;
- padding:0;
- box-sizing: border-box;
- }
- .list{
- background: white;
- border-radius: 20rpx;
- margin-bottom: 25rpx;
- }
- .iTab{
- border-radius: 20rpx 20rpx 0 0;
- background: #fbfbfb;
- height: 90rpx;
- width: 100%;
- }
- page{
- background: #f7f7f7!important;
- }
- .img-content{
- padding-top:20rpx;
- box-sizing: border-box;
- }
- .list-item{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .list-item-mg12{
- margin-top:10rpx;
- }
- .list-item-mg{
- margin-top:19rpx;
- }
- .list-item:nth-child(2n){
- margin-top:5rpx;
- }
- .list-brief-item{
- font-size: 24rpx;
- line-height: 45rpx;
- }
- .adico{
- width: 22rpx;
- height: 28rpx;
- margin-right: 13rpx;
- }
- .list-item-mga{
- margin-top:45rpx;
- }
- .tagwrap{
- display: flex;
- flex-direction: row;
- align-items: center;
- margin:10rpx 0;
- }
- .tagitem{
- font-size: 20rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- line-height: 32rpx;
- width: 105rpx;
- height: 32rpx;
- opacity: 1;
- color:#9DDB52;
- margin-right: 10rpx;
- background: #eefaf5;
- border-radius: 16rpx 16rpx 16rpx 0px;
- }
- .txt-con .title{
- display: -webkit-box;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .txt-con .item{
- font-size: 28rpx;
- line-height:36rpx;
- font-weight: 400;
- color: #999999;
- display: -webkit-box;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- margin-bottom: 5rpx;
- }
- .txt-con .item .red{
- color: #FF0000;
- font-weight: 500;
- text-align: left;
- }
- .txt-con .item image{
- width: 24rpx;
- margin-right: 10rpx;
- vertical-align: middle;
- max-height: 50rpx;
- }
- .txt-con .item text{
- vertical-align: middle;
- }
- .iconfont{
- color: #9DDB52;
- font-size: 29rpx;
- margin-right: 0;
- }
- .iconfont.gray{
- color:#ccc;
- font-size: 25rpx;
- }
- .addresstext{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 80%;
- }
- .pagebody{
- width:690rpx;
- border-radius: 20rpx 20rpx 0 0;
- margin:0 auto;
- background: #f8f8f8;
- padding:0 30rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.16);
- }
- .listss-item{
- background: #FFFFFF;
- /* box-shadow:0px 1px 6px rgba(128, 128, 128, 0.16); */
- }
- .pagebodys{
- width:690rpx;
- border-radius: 20rpx 20rpx 0 0;
- overflow: hidden;
- margin:0 auto;
- }
- .pagebodys .downMenu{
- border-radius: 20rpx 20rpx 0 0;
- }
- .pagebodys .marginTop{
- padding-top:25rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- }
- .nodata-img{
- margin: 130rpx auto;
- }
- .picker{
- white-space: nowrap;
- }
- /*tab*/
- .namewrap {
- position: relative;
- width: 100%;
- }
- .namewrap .nameitem {
- display: inline-block;
- font-size: 30rpx;
- font-weight: 600;
- text-align: center;
- color: #666666;
- position: relative;
- height: 80rpx;
- width: calc(100% / 2);
- }
- .namewrap .nameactive {
- font-size: 34rpx;
- font-weight: 700;
- color: #1a1a1a;
- }
- .item-box {
- width: 100%;
- white-space: nowrap;
- overflow-x: auto;
- }
|