| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818 |
- /* index.css */
- page {
- background: #f2f2f2;
- }
- .top-fixed {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- z-index: 50;
- }
- .bgcolor {
- background: var(--main);
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- transition: .3s all ease;
- opacity: 0;
- }
- .opacity {
- opacity: 1;
- }
- .top-fixed-c {
- position: relative;
- }
- .back {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 0;
- padding-left: 30rpx;
- padding-right: 30rpx;
- }
- .back image {
- width: 17rpx;
- height: 31rpx;
- }
- .top-title {
- font-size: 34rpx;
- color: #333;
- font-weight: 500;
- text-align: center;
- }
- .top-black {
- color: #000;
- }
- .bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- height: 540rpx;
- background: linear-gradient(180deg, var(--main) 0%, #fff 100%);
- }
- .bg image {
- width: 100%;
- height: 100%;
- }
- .photo {
- width: 690rpx;
- height: 500rpx;
- position: relative;
- }
- .poster {
- width: 100%;
- height: 100%;
- border-radius: 20rpx 20rpx 0 0;
- }
- .change-option{
- position: absolute;
- right: 30rpx;
- bottom: -40rpx;
- }
- .change {
- font-size: 24rpx;
- color: #fff;
- border-radius: 100%;
- background-color: #4891EF;
- width: 80rpx;
- height: 80rpx;
- margin-right: 30rpx;
- }
- .change:last-child{
- margin-right: 0;
- }
- .change image {
- width: 32rpx;
- height: 25rpx;
- margin:auto;
- }
- .upload {
- width: 100%;
- height: 100%;
- flex-direction: column;
- justify-content: center;
- font-size: 26rpx;
- color: var(--main);
- }
- .upload image {
- width: 27rpx;
- height: 27rpx;
- margin: 0 auto 20rpx;
- }
- .infos {
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43%, #FFFFFF 100%);
- overflow: hidden;
- margin-bottom: 30rpx;
- }
- .infos-border {
- width: 683rpx;
- box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0, 0, 0, 0.1);
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin: 32rpx 32rpx 0;
- overflow: hidden;
- padding-bottom: 30rpx;
- }
- .info {
- background: #fff;
- padding: 40rpx;
- }
- .company {
- font-size: 28rpx;
- color: #666;
- font-weight: 400;
- line-height: 40rpx;
- margin-top: 13rpx;
- }
- .company image{
- width: 23rpx;
- height: 28rpx;
- margin-right:9rpx ;
- }
- .name {
- font-size: 48rpx;
- color: #333;
- font-weight: bold;
- margin-top: 30rpx;
- line-height: 53rpx;
- }
- .job {
- font-size: 20rpx;
- color: #FFFFFF;
- margin-left: 12rpx;
- font-weight: 400;
- padding: 4rpx 10rpx;
- line-height: 32rpx;
- background: linear-gradient(80deg, #7EBFF1 0%, #458EEE 100%);
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- }
- .industry {
- display: inline-block;
- margin-top: 6rpx;
- font-size: 20rpx;
- color: #4C8EF1;
- padding: 0 12rpx;
- height: 36rpx;
- line-height: 36rpx;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- border: 1rpx solid #4C8EF1;
- }
- .guanzhu {
- width: 125rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 50rpx 50rpx 50rpx 50rpx;
- opacity: 1;
- border: 2rpx solid #999999;
- font-size: 22rpx;
- font-weight: 400;
- color: #333333;
- text-align: center;
- margin-top: 30rpx;
- }
- .logo {
- width: 128rpx;
- height: 128rpx;
- border: 1rpx solid #D9D9D9;
- border-radius: 50%;
- }
- .logo image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .zhan {
- justify-content: center;
- font-size: 24rpx;
- color: #999;
- padding: 30rpx 0;
- }
- .bico {
- width: 23rpx;
- height: 14rpx;
- margin-left: 15rpx;
- transition: all .3s ease;
- }
- .zhan-romate .bico {
- transform: rotate(180deg);
- }
- .share {
- width: 541rpx;
- height: 94rpx;
- background: #DB2A2A;
- border-radius: 47rpx;
- font-size: 36rpx;
- color: #fff;
- text-align: center;
- line-height: 94rpx;
- }
- .opt {
- justify-content: space-around;
- }
- .opt .li {
- font-size: 26rpx;
- color: #333;
- }
- .opt .li image {
- width: 43rpx;
- height: 41rpx;
- margin: 0 auto 10rpx;
- }
- .datas {
- padding: 28rpx 32rpx;
- }
- .users {
- padding-left: 10rpx;
- font-size: 24rpx;
- color: #999;
- }
- .users image {
- width: 50rpx;
- height: 50rpx;
- border-radius: 50%;
- margin-left: -10rpx;
- }
- .users view {
- margin-left: 15rpx;
- }
- .zan,
- .renqi {
- font-size: 22rpx;
- color: #5F5F5F;
- }
- .renqi {
- margin-left: 50rpx;
- }
- .zan image {
- width: 30rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- .renqi image {
- width: 25rpx;
- height: 33rpx;
- margin-right: 10rpx;
- }
- .box {
- background: #fff;
- border-radius: 12rpx;
- margin: 30rpx 32rpx;
- padding: 0 30rpx;
- overflow: hidden;
- }
- .brief {
- padding-bottom: 45rpx;
- }
- .tit {
- font-size: 30rpx;
- color: #000;
- font-weight: 600;
- margin: 35rpx 0 0;
- }
- .tit image {
- width: 42rpx;
- height: 42rpx;
- margin-right: 20rpx;
- }
- .tit text {
- font-size: 24rpx;
- color: #999;
- margin-left: 15rpx;
- font-weight: normal;
- }
- .bri {
- font-size: 28rpx;
- color: #333;
- line-height: 38rpx;
- margin-top: 25rpx;
- }
- .card-datas {
- margin-top: 20rpx;
- }
- .card-datas .li {
- font-size: 24rpx;
- color: #999;
- width: 33.33%;
- text-align: center;
- padding: 35rpx 0;
- }
- .card-datas .li text {
- display: block;
- font-size: 38rpx;
- color: #333;
- margin-bottom: 5rpx;
- }
- .tit image.edit {
- width: 30rpx;
- height: 32rpx;
- margin-right: 0;
- }
- .videos {
- padding-bottom: 40rpx;
- }
- .video {
- margin-top: 30rpx;
- }
- .not {
- font-size: 30rpx;
- color: #999999;
- text-align: center;
- padding: 70rpx 0 30rpx;
- }
- .not image {
- width: 53rpx;
- height: 46rpx;
- margin: 0 auto 20rpx;
- }
- .video-sp {
- width: 100%;
- height: 352rpx;
- border-radius: 4rpx;
- }
- .pic {
- padding-bottom: 40rpx;
- }
- .picture {
- margin-top: 30rpx;
- }
- .pics image {
- width: 100%;
- }
- .also {
- font-size: 26rpx;
- color: #DB2A2A;
- text-align: center;
- padding: 20rpx 0 40rpx;
- }
- .contacts {
- height: 136rpx;
- overflow: hidden;
- margin: 0rpx 0 0;
- }
- .contact {
- white-space: nowrap;
- height: 136rpx;
- padding-bottom: 20rpx;
- }
- .contact .li {
- display: inline-block;
- height: 136rpx;
- background: #FFFFFF;
- border: 1rpx solid #CFCFCF;
- border-radius: 10rpx;
- box-sizing: border-box;
- padding: 25rpx 22rpx 0;
- margin-right: 25rpx;
- min-width: 270rpx;
- }
- .contact .li:first-child {
- margin-left: 32rpx;
- }
- .contact .li:last-child {
- margin-right: 32rpx;
- }
- .lit {
- font-size: 26rpx;
- color: #000;
- }
- .lit image {
- width: 34rpx;
- height: 34rpx;
- margin-right: 10rpx;
- }
- .num {
- font-size: 24rpx;
- color: #666;
- margin-top: 22rpx;
- }
- .btns {
- justify-content: space-between;
- margin: 45rpx 30rpx 30rpx;
- overflow: hidden;
- }
- .share-ta {
- height: 80rpx;
- font-size: 26rpx;
- font-weight: 500 !important;
- color: #FFFFFF;
- text-align: center;
- line-height: 80rpx !important;
- border-radius: 47rpx !important;
- margin-right: 15rpx !important;
- justify-content: center;
- }
- .share-ta:last-child{
- margin-right: 0;
- }
- .share-ta image{
- width: 36rpx;
- height: 36rpx;
- margin-right: 10rpx;
- }
- .save {
- width: 300rpx;
- height: 94rpx;
- background: #DB2A2A;
- font-size: 36rpx;
- color: #fff;
- text-align: center;
- line-height: 94rpx;
- border-radius: 47rpx;
- }
- .save-text{
- color: var(--main);
- text-align: center;
- margin-top: 43rpx;
- justify-content: center;
- }
- .save-text image{
- width: 28rpx;
- height: 27rpx;
- margin-right: 10rpx;
- }
- .q-hud {
- height: 104rpx;
- border-radius: 10rpx;
- position: relative;
- margin: 40rpx 30rpx 0;
- justify-content: space-between;
- border-top: 1px solid #E9E9E9;
- }
- .q-bg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .q-hud-c {
- position: relative;
- z-index: 2;
- height: 100%;
- font-size: 24rpx;
- color: #999;
- padding: 0 0rpx 0 0rpx;
- }
- .q-users {
- margin-right: 20rpx;
- }
- .q-users image {
- width: 50rpx;
- height: 50rpx;
- border: 2rpx solid #E5E5E5;
- border-radius: 50%;
- margin-left: -14rpx;
- background: #D8D8D8;
- }
- .q-users image:first-child {
- margin-left: 0;
- }
- .q-rico {
- width: 15rpx;
- height: 25rpx;
- }
- .q-hud-r {
- font-size: 22rpx;
- color: #5F5F5F;
- }
- .extend-info{
- margin: 30rpx;
- padding: 37rpx 47rpx;
- background:#f8f8f8;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- }
- .extend-info-data{
- font-size: 39rpx;
- font-weight: 400;
- color: #333333;
- text-align: center;
- }
- .extend-info-label{
- font-size: 24rpx;
- font-weight: 500;
- color: #A1A1A1;
- justify-content: center;
- text-align: center;
- margin-top: 10rpx;
- }
- .extend-info-label image{
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .ry-image{
- width: 220rpx;
- height: 293rpx;
- margin-right: 20rpx;
- display: inline-block;
- }
- .ry-image:last-child{
- margin-right: 0;
- }
- .ry-image image{
- width: 100%;
- height: 100%;
- }
- /* 评分 */
- .pf-box{
- padding: 30rpx;
- background-color: #fff;
- }
- .pf-nav{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .pf-more{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC Regular-, PingFang SC Regular;
- font-weight: normal;
- color: #9C9392;
- }
- .pf-number{
- line-height: 79rpx;
- font-size: 60rpx;
- font-family: HarmonyOS Sans-Bold, HarmonyOS Sans;
- font-weight: bold;
- color: #FF4600;
- }
- .pf-note{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- text-align: center;
- }
- .pf-data{
- padding: 30rpx;
- background: rgba(241, 241, 241, 0.5);
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin-top: 25rpx;
- }
- .pf-user{
- justify-content: space-between;
- }
- .pf-user-header{
- width: 30rpx;
- height: 30rpx;
- border-radius: 100%;
- margin-right: 4rpx;
- }
- .pf-user-name{
- line-height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- max-width: 175rpx;
- }
- .pf-user-time{
- line-height: 30rpx;
- font-size: 22rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .pf-user-content{
- margin-top: 20rpx;
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .pf-btn{
- height: 76rpx;
- line-height: 76rpx;
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- border: 2rpx solid #DEDEDE;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #7A7B7F;
- text-align: center;
- margin-top: 30rpx;
- }
- .index-tab{
- padding: 30rpx 30rpx 10rpx;
- }
- .index-tab view{
- margin-right: 40rpx;
- color: #7A7B7F;
- font-weight: bold;
- font-size: 32rpx;
- }
- .index-tab-active{
- color: #333333 !important;
- position: relative;
- }
- .index-tab-active::after{
- content: '';
- width: 30rpx;
- height: 7rpx;
- background: #27D699;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- opacity: 1;
- position: absolute;
- bottom: -17rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- /* 动态 */
- .list{
- border-top: 20rpx solid #f5f5f5;
- }
- .list .li{background: #fff;padding: 40rpx 30rpx 45rpx;margin-bottom: 20rpx;margin: 30rpx;border-radius: 10rpx;}
- .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
- .name{font-size: 28rpx;color: #333;font-weight: bold;}
- .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
- .time{font-size: 24rpx;color: #999;}
- .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
- .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;-webkit-line-clamp: 5;}
- .wen{display: inline-block;width: 60rpx;height: 34rpx;background: #3DB4FF;border-radius: 4rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 34rpx;margin-right: 15rpx;}
- .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
- .link image{width: 102rpx;height: 102rpx;border-radius: 12rpx;margin-right: 12rpx;}
- .video{margin: 20rpx 0 0;position: relative;}
- .video video{width: 100%;height: 397rpx;border-radius: 15rpx;display: block;}
- .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
- .video-play image{width: 82rpx;height: 82rpx;}
- .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
- .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
- .imgbox image:nth-child(3n){margin-right: 0;}
- .topic{height: 40rpx;background: #E1FFF4;border-radius: 20rpx;font-size: 20rpx;color: var(--main);padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
- .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
- .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
- .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
- .loca text{margin-right: 10rpx;}
- .step-box{
- background-color: #f7f8fa;
- border-radius: 16rpx;
- padding: 40rpx;
- margin-top: 30rpx;
- color: var(--main);
- }
- .step-date{
- font-size: 64rpx;
- font-weight: 500;
- }
- .step-label{
- font-size: 24rpx;
- font-weight: 500;
- }
- .step-pic{
- width: 150rpx;
- height: 150rpx;
- background: #E2E2E2;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- opacity: 1;
- margin-right: 20rpx;
- }
- .step-title{
- height: 74rpx;
- line-height: 37rpx;
- font-size: 26rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #1A1F30;
- }
- .step-price{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #999;
- }
- .step-btn{
- width: 94rpx;
- height: 46rpx;
- line-height: 46rpx;
- background: var(--main);
- border-radius: 23rpx 23rpx 23rpx 23rpx;
- opacity: 1;
- text-align: center;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
- .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
- .pro-view .li{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
- .pro-view1 .li{width: 688rpx;}
- /* .pro-view .li:first-child{margin-left: 30rpx;} */
- /* .pro-view .li:last-child{margin-right: 30rpx;} */
- .pro-pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
- .title{white-space: initial;font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
- .opts{justify-content: space-between;margin-top: 10rpx;}
- .money{font-size: 24rpx;color: var(--main);}
- .pro-btn{width: 94rpx;height: 46rpx;background: var(--main);border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;}
- .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
- .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
- .opt .ddflex{margin-left: 50rpx;}
- .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
- .vote-box{margin-top: 50rpx;}
- .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
- .vote-tit{font-size: 28rpx;color: #000;}
- .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: var(--main);text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
- .end .lis{text-align: left;color: #9B9B9B;}
- .end .lis view{position: relative;z-index: 2;}
- .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
- .end .lis.active{color: var(--main);}
- .end .lis.active view.percent{background: #E1FFF4;}
- .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
- .vote-can text{margin-right: 15rpx;}
|