123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942 |
- /* share/pages/publicpraisemsg/publicpraisemsg.wxss */
- .titbox {
- padding: 32rpx 20rpx 16rpx;
- color: #333333;
- font-weight: bold;
- }
- .sharebox {
- margin-left: 20rpx;
- }
- .gotoidxbox{
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- width: 35px;
- height: 28px;
- z-index: 9;
- }
- .topbox {
- display: block;
- width: 100%;
- background-color: #ffffff;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
- .leftindexbox {
- position: absolute;
- left: 8px;
- width: 70px;
- /* border: 1px solid #d1cfcf; */
- padding: 4px 0;
- height: 28px;
- border-radius: 18px;
- box-sizing: border-box;
- z-index: 9;
- }
- .leftindexbox .leftgoto {
- display: block;
- width: 8px;
- height: 14px;
- float: left;
- margin-left: 11px;
- transform: rotateY(0deg);
- position: relative;
- top: 2px;
- z-index: 9;
- }
- .leftitbox {
- display: block;
- width: 30px;
- height: 28px;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10;
- }
- .gotoindex {
- display: block;
- width: 16px;
- height: 16px;
- float: right;
- position: relative;
- right: 10px;
- top: 1px;
- }
- .leftindexbox text {
- position: absolute;
- height: 14px;
- width: 1px;
- left: 30px;
- top: 6px;
- background-color: #d1cfcf;
- }
- .sharebox image {
- display: block;
- width: 24rpx;
- height: 20rpx;
- margin-right: 8rpx;
- position: relative;
- top: 7rpx;
- }
- .msgbox {
- padding: 0 30rpx 24rpx;
- padding-bottom: calc(44px + constant(safe-area-inset-bottom)) !important;
- /* ios < 11.2*/
- padding-bottom: calc(44px + env(safe-area-inset-bottom)) !important;
- /* ios >= 11.2*/
- }
- .msgbox>view {
- margin-bottom: 24rpx;
- }
- .footer {
- display: block;
- width: 100%;
- height: 98rpx;
- box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
- background: #FFFFFF;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 100;
- }
- .collectbox image {
- display: block;
- width: 40rpx;
- height: 40rpx;
- margin: 10rpx auto 6rpx;
- }
- button.friendbox {
- background-color: #FFFFFF;
- }
- .friendbox image {
- display: block;
- width: 48rpx;
- height: 40rpx;
- margin: 10rpx auto 6rpx;
- }
- button.sharebtnbox {
- display: block;
- background: #249EFB;
- height: 98rpx;
- line-height: 98rpx;
- width: 100%;
- }
- .sharebtnbox image {
- display: block;
- width: 46rpx;
- height: 40rpx;
- position: relative;
- margin-right: 8rpx;
- top: 24rpx;
- }
- .sharebtnbox .text {
- line-height: 98rpx;
- color: #FFFFFF;
- }
- .prebox {
- position: fixed;
- top: 36%;
- left: 0;
- width: 68rpx;
- height: 104rpx;
- opacity: 0.9;
- background: #384855;
- border-radius: 0 52rpx 52rpx 0;
- z-index: 100;
- }
- .prebox image {
- display: block;
- position: absolute;
- width: 32rpx;
- height: 36rpx;
- top: 34rpx;
- left: 10rpx;
- z-index: 99;
- }
- .nextbox {
- position: fixed;
- top: 36%;
- right: 0;
- width: 68rpx;
- height: 104rpx;
- opacity: 0.9;
- background: #384855;
- border-radius: 52rpx 0 0 52rpx;
- z-index: 100;
- }
- .nextbox image {
- display: block;
- position: absolute;
- width: 32rpx;
- height: 36rpx;
- top: 34rpx;
- right: 10rpx;
- z-index: 99;
- }
- .unloginbox {
- min-height: 400rpx;
- max-height: 900rpx;
- overflow: hidden;
- position: relative;
- }
- .unloginlayer {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 400rpx;
- background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
- z-index: 8;
- }
- .articlebtn {
- display: block;
- width: 312rpx;
- height: 64rpx;
- background: #FFFFFF;
- border: 1px solid #384855;
- border-radius: 36rpx;
- position: absolute;
- bottom: 108rpx;
- left: 218rpx;
- text-align: center;
- line-height: 64rpx;
- font-size: 24rpx;
- color: #384855;
- }
- .articleview {
- width: auto;
- height: 64rpx;
- line-height: 64rpx;
- }
- .articleview image {
- width: 32rpx;
- height: 32rpx;
- position: relative;
- top: 16rpx;
- margin-left: 8rpx;
- margin-top: 0;
- }
- .unloginbox {
- max-height: 800rpx;
- min-height: 400rpx;
- }
- .unloginlayer {
- display: block;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 50%;
- background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
- z-index: 8;
- }
- .articlebtn {
- display: block;
- width: 312rpx;
- height: 64rpx;
- background: #FFFFFF;
- border: 1px solid #384855;
- border-radius: 36rpx;
- position: absolute;
- bottom: 200rpx;
- left: 218rpx;
- text-align: center;
- line-height: 64rpx;
- font-size: 24rpx;
- color: #384855;
- }
- .articleview {
- width: auto;
- height: 64rpx;
- line-height: 64rpx;
- }
- .articleview image {
- width: 32rpx;
- height: 32rpx;
- position: relative;
- top: 16rpx;
- margin-left: 8rpx;
- margin-top: 0;
- }
- .companybox {
- display: flex;
- padding: 0 40rpx;
- margin: 32rpx 0;
- align-items: center;
- }
- .companybox image {
- display: block;
- width: 94rpx;
- height: 94rpx;
- border-radius: 50%;
- margin-right: 24rpx;
- }
- .companyMsg {
- flex: 1;
- }
- .c_address {
- color: #999999;
- font-size: 24rpx;
- display: flex;
- }
- .c_company_name {
- color: #333333;
- font-size: 28rpx;
- }
- .updatetime {
- height: 40rpx;
- font-size: 24rpx;
- color: #999999;
- padding: 0rpx 20rpx;
- line-height: 40rpx;
- }
- .line {
- width: 100%;
- height: 20rpx;
- background-color: #F6F6F6;
- margin-bottom: 20rpx;
- }
- .title_tips {
- border-left: 10rpx solid #333333;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 32rpx;
- font-weight: 700;
- box-sizing: border-box;
- padding-left: 10rpx;
- }
- .plr10 {
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- margin-bottom: 20rpx;
- }
- /* 联系销售人员 */
- .contactSales {
- position: fixed;
- width: 100%;
- height: 140rpx;
- background-color: #fff;
- bottom: 0rpx;
- left: 0rpx;
- z-index: 9999;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 20rpx 30rpx;
- border-top: 1rpx solid #CCCCCC;
- }
- .contactSales-left {
- flex: 2;
- display: flex;
- align-items: center;
- }
- .left-avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .left-msg {
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- padding-left: 20rpx;
- }
- .left-name {
- display: flex;
- align-items: center;
- }
- .nameCard {
- width: 40rpx;
- height: 40rpx;
- margin-left: 10rpx;
- }
- .left-text {
- font-size: 24rpx;
- color: #999999;
- }
- .contactSales-right {
- flex: 1;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .rightmobile {
- width: 40rpx;
- height: 40rpx;
- }
- .right-box1 {
- width: 100rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .right-box1>text {
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- /* 联系销售人员 */
- /* 公司信息 */
- .updateBox {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 30rpx 20rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- }
- .u-img-box {
- width: 94rpx;
- height: 94rpx;
- border-radius: 50%;
- overflow: hidden;
- }
- .u-img-box image {
- width: 100%;
- height: 100%;
- }
- .u-company {
- overflow: hidden;
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- }
- .u-company-name {
- font-size: 32rpx;
- color: #333333;
- }
- .u-company-address {
- color: #999999;
- font-size: 24rpx;
- width: 100%;
- display: flex;
- }
- .address-text {
- flex: 1;
- }
- .address-ellipsis {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .address-show {
- color: #28A1FF;
- }
- .u-button {
- width: 150rpx;
- height: 60rpx;
- background-color: #28A1FF;
- color: #fff;
- font-size: 28rpx;
- font-style: normal;
- line-height: 60rpx !important;
- }
- .flex-sub {
- flex: 1;
- }
- /* 公司地址 */
- .titleStyle {
- color: #333333;
- font-weight: bold;
- width: 80%;
- }
- .clientBox {
- position: fixed;
- bottom: 200rpx;
- right: 30rpx;
- z-index: 999;
- width: 112rpx;
- height: 112rpx;
- transition: 1s;
- }
- .clientBox-avatar {
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- border: 5rpx solid #249EFB;
- overflow: hidden;
- }
- .clientBox-avatar>image {
- width: 100%;
- height: 100%;
- }
- .clientBox-text {
- width: 57rpx;
- height: 28rpx;
- background-color: #249EFB;
- border-radius: 8rpx;
- color: #fff;
- font-size: 18rpx;
- text-align: center;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -8rpx;
- }
- page {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: auto;
- }
- .page {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- box-sizing: border-box;
- background: #000;
- }
- .videoBox {
- display: block;
- width: 100%;
- height: 100%;
- }
- .videoBoxUp {
- display: block;
- width: 100%;
- height: 420rpx;
- margin-top: 500rpx;
- }
- .bgcolor {
- width: 100%;
- position: absolute;
- left: 0;
- height: 410rpx;
- bottom: 90rpx;
- pointer-events: none;
- z-index: 99;
- }
- .bgcolorshow {
- bottom: 0;
- }
- .personBox {
- position: absolute;
- bottom: 360rpx;
- left: 40rpx;
- width: 335rpx;
- height: 48rpx;
- z-index: 9;
- background-color: rgba(0, 0, 0, 0.5);
- border-radius: 24rpx;
- }
- .personBox .everyNumBox {
- float: left;
- width: 50%;
- }
- .personBox .everyNumBox cover-image {
- width: 22rpx;
- height: 26rpx;
- float: left;
- margin-left: 20rpx;
- position: relative;
- top: 11rpx;
- }
- .personBox .everyNumBox cover-view {
- float: left;
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 24rpx;
- color: #ffffff;
- margin-left: 10rpx;
- line-height: 48rpx;
- }
- .personMsgBox {
- position: absolute;
- bottom: 180rpx;
- left: 40rpx;
- z-index: 9;
- }
- .personMsgBox .headImg {
- width: 80rpx;
- height: 80rpx;
- border-radius: 40rpx;
- border: 2px solid #fff;
- }
- .personMsgBox .headImg cover-image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .personMsgBox .name {
- margin-left: 20rpx;
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 32rpx;
- color: #ffffff;
- line-height: 80rpx;
- width: 500rpx;
- }
- #myVideo1 {
- display: block;
- width: 100%;
- height: 100%;
- }
- .sharenumBox {
- display: block;
- position: absolute;
- right: 0;
- bottom: 156rpx;
- z-index: 97;
- background-color: transparent;
- border: 0px solid transparent;
- }
- .sharenumBox button {
- display: block;
- background-color: transparent;
- border: 0px solid transparent;
- }
- .sharenumBox button::after {
- border: 1px solid transparent;
- }
- .sharenumBox cover-image {
- display: block;
- width: 46rpx;
- height: 42rpx;
- }
- .sharenumBox cover-view {
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 26rpx;
- color: #fff;
- margin-bottom: 16rpx;
- background-color: transparent;
- }
- .sharenumBoxshow cover-view {
- color: #fff !important;
- }
- .box-center cover-image {
- margin: 0 auto;
- }
- .avatarBox {
- width: 80rpx !important;
- height: 80rpx !important;
- border-radius: 50% !important;
- }
- .collectBox {
- bottom: 320rpx;
- }
- .collectBox cover-image {
- display: block;
- width: 46rpx;
- margin: 0 auto;
- height: 46rpx;
- }
- .collectBoxshow {
- bottom: 280rpx;
- }
- .videomsgbox {
- position: absolute;
- bottom: 156rpx;
- left: 25rpx;
- z-index: 9;
- }
- .videoTitle {
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 28rpx;
- width: 480rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #ffffff;
- /* position: absolute;
- bottom: 290rpx;
- left: 40rpx;
- z-index: 9; */
- }
- .videocontent {
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 28rpx;
- width: 480rpx;
- max-height: 80rpx;
- line-height: 40rpx;
- color: #ffffff;
- /* position: absolute;
- bottom: 210rpx;
- left: 40rpx;
- z-index: 9; */
- white-space: pre-wrap;
- }
- .showdscText {
- /* position: absolute;
- bottom: 4rpx;
- right: 0rpx; */
- display: inline;
- color: #fff;
- font-weight: 700;
- font-size: 28rpx;
- margin-left: 10rpx;
- position: relative;
- top: 6rpx;
- }
- .videocontentshow {
- max-height: 400rpx;
- }
- .hideContent {
- display: inline !important;
- font-weight: 700;
- font-size: 28rpx;
- margin-left: 20rpx;
- color: #fff;
- position: relative;
- top: 6rpx;
- }
- .videotype {
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 28rpx;
- width: 560rpx;
- height: 80rpx;
- line-height: 40rpx;
- color: #ffffff;
- /* position: absolute;
- bottom: 180rpx;
- left: 40rpx;
- z-index: 9; */
- }
- .sharenumBoxshow cover-view {
- color: #249efb;
- }
- .sharenumBoxshow {
- bottom: 160rpx;
- }
- .zanBoxshow {
- bottom: 160rpx;
- }
- .viewBox {
- display: block;
- width: 750px;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 98;
- background: transparent;
- }
- .viewBox button {
- display: block;
- width: 100%;
- height: 100%;
- color: transparent;
- line-height: 2000rpx;
- background-color: transparent;
- color: transparent;
- }
- .sharenumBoxshow cover-view {
- color: #1f9ffb;
- }
- .topbox {
- display: block;
- width: 100%;
- background-color: #ffffff;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
- .leftindexbox {
- position: absolute;
- left: 8px;
- width: 70px;
- /* border: 1px solid #d1cfcf; */
- padding: 4px 0;
- height: 28px;
- border-radius: 18px;
- box-sizing: border-box;
- z-index: 99;
- }
- .gotoindex {
- display: block;
- width: 16px;
- height: 16px;
- float: right;
- position: relative;
- right: 10px;
- top: 1px;
- }
- .leftindexbox .text {
- position: absolute;
- height: 14px;
- width: 1px;
- left: 30px;
- top: 6px;
- background-color: #d1cfcf;
- }
- .textbox image {
- max-width: 100%;
- }
- .box-center cover-image.bwicon {
- width: 60rpx;
- height: 60rpx;
- }
- .box-center cover-view.btext {
- position: relative;
- top: -8px;
- }
- .videoloading {
- display: block;
- width: 100%;
- height: 100%;
- z-index: 99;
- background-color: transparent;
- position: absolute;
- top: 0;
- left: 0;
- }
- .pricebtnimg {
- display: block;
- position: fixed;
- right: 20rpx;
- bottom: 300rpx;
- width: 140rpx;
- height: 140rpx;
- z-index: 9;
- }
- .sharenumBox .pricebtnimg {
- position: relative;
- right: 4rpx;
- top: 0;
- width: 140rpx;
- height: 140rpx;
- margin-top: -18rpx;
- }
- /* 经纪人报名 */
- .application {
- width: 100%;
- height: 110rpx;
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- z-index: 999;
- text-align: center;
- line-height: 100rpx;
- font-size: 32rpx;
- border-radius: 0rpx;
- background-color: #F96400;
- box-sizing: border-box;
- color: #fff;
- }
|