123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435 |
- .activity-content {
- background-color: #f7f7f7;
- .dynamic-content {
- padding: 100rpx 0rpx 10rpx 20rpx;
- width: 100%;
- background-color: #fff;
- border-bottom: 3px solid #f7f7f7;
- .target-title {
- display: flex;
- justify-content: space-between;
- margin-bottom: 20rpx;
- padding: 0 14rpx;
- .box {
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- color: #2c83ff;
- image {
- width: 30rpx;
- height: 30rpx;
- }
- }
- .foreshow {
- font-size: 30rpx;
- color: #333;
- font-family: PingFang SC;
- }
- }
- .target-item {
- width: 100%;
- padding-bottom: 20rpx;
- display: flex;
- font-size: 30rpx;
- font-weight: 400;
- color: #2c83ff;
- .target-ul {
- position: relative;
- width: 50%;
- }
- .lucency {
- position: absolute;
- top: 0;
- right: 0rpx;
- width: 80rpx;
- height: 100%;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .target-left {
- // padding-right: 50rpx;
- border-right: 2rpx solid #e5e5e5;
- }
- .target-right {
- padding-left: 30rpx;
- }
- .even-more {
- padding: 4rpx 14rpx;
- display: flex;
- align-items: center;
- image {
- width: 30rpx;
- height: 30rpx;
- }
- }
- .target-text {
- margin-top: 10rpx;
- overflow: hidden;
- text {
- line-height: 37rpx;
- display: inline-block;
- // max-width: 305rpx;
- // text-overflow:ellipsis;
- white-space: nowrap;
- padding: 4rpx 14rpx;
- }
- .active {
- background-color: #cbe2ff;
- }
- }
- }
- }
- // .top-content {
- // padding-bottom: 2rpx;
- // .tab {
- // display: flex;
- // font-size: 32rpx;
- // color: #707070;
- // .tab-item {
- // flex: 1;
- // text-align: center;
- // .scroll-tab-item {
- // height: 78rpx;
- // line-height: 48rpx;
- // position: relative;
- // .border_act {
- // position: absolute;
- // height: 6rpx;
- // width: 340rpx;
- // left: 0;
- // bottom: 0rpx;
- // }
- // }
- // .active {
- // color: #3385ff;
- // font-weight: bold;
- // font-size: 34rpx;
- // }
- // }
- // }
- // .index-fixed {
- // margin-top: 40rpx;
- // width: 100%;
- // display: flex;
- // align-items: center;
- // height: 70rpx;
- // background: #f6f6f6;
- // border: 1rpx solid #e5e5e5;
- // opacity: 1;
- // border-radius: 35rpx;
- // padding-left: 34rpx;
- // color: #8d8d8d;
- // font-size: 28rpx;
- // .search_ico {
- // padding-right: 16rpx;
- // }
- // }
- // }
- .head {
- padding-top: 80rpx !important;
- }
- .top-content {
- width: 100%;
- background-color: #fff;
- padding: 0 30rpx;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 999;
- .search-cont-top {
- margin-top: 30rpx;
- .cont-tit {
- color: #666;
- font-size: 28rpx;
- margin-bottom: 30rpx;
- display: flex;
- justify-content: space-between;
- .empty_ico {
- width: 32rpx;
- height: 33rpx;
- }
- }
- .targetList {
- display: flex;
- flex-wrap: wrap;
- max-height: 138rpx;
- overflow: hidden;
- .target-item {
- padding: 4rpx 18rpx;
- color: #4a4a4a;
- font-size: 26rpx;
- background-color: #f7f7f7;
- margin-bottom: 30rpx;
- margin-right: 30rpx;
- border-radius: 20rpx;
- }
- }
- }
- .searchTarget-header {
- position: relative;
- width: 100%;
- background-color: #fff;
- padding: 20rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- .sea_ipt_placeholder {
- color: #8d8d8d;
- }
- .sea_ipt {
- width: 682rpx;
- height: 70rpx;
- line-height: 70rpx;
- box-sizing: border-box;
- border: 1rpx solid #e5e5e5;
- background-color: rgba(245, 245, 245, 0.2);
- font-size: 26rpx;
- color: #4a4a4a;
- padding: 0 180rpx 0 78rpx;
- border-radius: 70rpx;
- }
- .sea_ico {
- width: 31rpx;
- height: 31rpx;
- position: absolute;
- left: 48rpx;
- top: 50%;
- transform: translateY(-50%);
- }
- .ipt-right {
- display: flex;
- align-items: center;
- position: absolute;
- right: 59rpx;
- top: 50%;
- transform: translateY(-50%);
- color: #3385ff;
- .line {
- margin: 0 21rpx;
- color: #e0e0e0;
- }
- }
- }
- .select-conyent {
- .decide {
- background-color: #f8f8fa;
- display: flex;
- align-items: center;
- margin: 0 auto;
- height: 110rpx;
- width: 100%;
- padding-left: 30rpx;
- }
- .items-box {
- width: 40rpx;
- }
- .menu-items {
- background-color: #f8f8fa;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- padding: 30rpx 30rpx 0;
- .menu-items-box {
- display: flex;
- width: 50%;
- font-size: 28rpx;
- font-weight: 400;
- margin-bottom: 40rpx;
- }
- }
- .replacement-box {
- background-color: #fff;
- border-radius: 0rpx 0rpx 16rpx 16rpx;
- }
- .replacement {
- margin: 0rpx 30rpx 20rpx;
- display: flex;
- background-color: #2c83ff;
- opacity: 1;
- height: 60rpx;
- line-height: 58rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #ffffff;
- border-radius: 30rpx;
- text {
- flex: 1;
- text-align: center;
- }
- .replacement-box {
- border: 1rpx solid #2c83ff;
- opacity: 1;
- color: #2c83ff;
- background: #ffffff;
- border-radius: 28rpx 0rpx 28rpx 28rpx;
- }
- }
- }
- }
- // .box-content {
- // padding: 200rpx 34rpx 20rpx;
- // background-color: #f7f7f7;
- // .content-list {
- // box-sizing: border-box;
- // overflow: hidden;
- // margin-top: 30rpx;
- // width: 100%;
- // background: #ffffff;
- // box-shadow: 0px 3rpx 6rpx rgba(141, 141, 141, 0.16);
- // border-radius: 16rpx;
- // font-size: 28rpx;
- // .list-top {
- // margin: 0 30rpx;
- // display: flex;
- // justify-content: space-between;
- // border-bottom: 1rpx solid #e5e5e5;
- // height: 82rpx;
- // line-height: 82rpx;
- // color: #333333;
- // font-size: 32rpx;
- // .list-top-box {
- // display: flex;
- // .title {
- // color: #333333;
- // font-size: 30rpx;
- // font-weight: bold;
- // }
- // }
- // .city {
- // margin-left: 40rpx;
- // display: flex;
- // color: #3385ff;
- // align-items: center;
- // font-size: 26rpx;
- // image {
- // width: 27rpx;
- // height: 32rpx;
- // margin-right: 12rpx;
- // }
- // }
- // .choose-limit {
- // position: relative;
- // display: flex;
- // align-items: center;
- // margin-left: 20rpx;
- // image {
- // width: 93rpx;
- // height: 38rpx;
- // }
- // .limit-img {
- // position: absolute;
- // top: 8rpx;
- // right: -30rpx;
- // width: 46rpx;
- // height: 26rpx;
- // }
- // }
- // }
- // .list-center {
- // width: 100%;
- // color: #333333;
- // .title {
- // padding: 20rpx 30rpx 24rpx 30rpx;
- // line-height: 46rpx;
- // color: #333;
- // font-size: 28rpx;
- // font-weight: bold;
- // text-indent: -14rpx;
- // }
- // .title-two {
- // padding-left: 30rpx;
- // padding-bottom: 24rpx;
- // padding-top: 20rpx;
- // line-height: 46rpx;
- // color: #333;
- // font-size: 28rpx;
- // font-weight: bold;
- // }
- // text {
- // padding-left: 30rpx;
- // }
- // .setting-center {
- // display: flex;
- // align-items: center;
- // justify-content: space-between;
- // padding-right: 30rpx;
- // .box-expert {
- // margin-left: 30rpx;
- // display: flex;
- // }
- // }
- // }
- // .list-bottom {
- // height: 80rpx;
- // .multi {
- // display: flex;
- // text-align: center;
- // line-height: 80rpx;
- // color: #3385ff;
- // text {
- // width: 50%;
- // }
- // .multi-outbound {
- // background: #3385ff;
- // color: #ffffff;
- // border-radius: 0px 0px 0px 16rpx;
- // }
- // .multi-remind {
- // background: #ebf4ff;
- // color: #3385ff;
- // border-radius: 0px 0px 16rpx 0px;
- // }
- // }
- // .multi-text {
- // line-height: 80rpx;
- // color: #ffffff;
- // width: 100%;
- // text-align: center;
- // background: #3385ff;
- // opacity: 1;
- // border-radius: 0px 0px 16rpx 16rpx;
- // }
- // }
- // }
- // }
- .nodata {
- padding-top: 350rpx;
- image {
- width: 374rpx;
- height: 288rpx;
- }
- }
- }
- /deep/.van-dropdown-menu {
- background-color: #fff;
- box-shadow: none !important;
- padding-top: 20rpx;
- }
- /deep/.van-dropdown-menu__item {
- box-sizing: border-box;
- width: 190rpx;
- margin-right: 40rpx;
- padding-right: 20rpx;
- height: 51rpx;
- border-radius: 26rpx;
- background: #f8f8fa;
- }
- /deep/.van-dropdown-item {
- margin-top: -10rpx;
- }
- /deep/[data-index="2"] {
- margin-right: 0rpx;
- }
- /deep/ .van-ellipsis {
- font-size: 24rpx;
- }
|