| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591 |
- /* 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 {
- position: absolute;
- right: 30rpx;
- bottom: -40rpx;
- font-size: 24rpx;
- color: #fff;
- border-radius: 100%;
- background-color: #4891EF;
- width: 80rpx;
- height: 80rpx;
- }
- .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: 20rpx 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;
- color: #FFFFFF;
- text-align: center;
- line-height: 80rpx;
- border-radius: 47rpx;
- margin-right: 15rpx;
- 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%;
- }
|