12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247 |
- /* customer/pages/broker/broker.wxss */
- page {
- background-color: #F0F4F7;
- display: block;
- width: 100%;
- height: 100%;
- overflow: auto;
- padding-bottom: 50px !important;
- padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important;
- padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important;
- box-sizing: border-box;
- }
- .topImg {
- width: 100% !important;
- position: absolute;
- top: 0;
- left: 0;
- }
- .indextopbox {
- padding: 48rpx 32rpx 36rpx;
- z-index: 9;
- }
- .headimg {
- display: block;
- width: 120rpx;
- height: 120rpx;
- border-radius: 60rpx;
- }
- .name {
- margin-top: 16rpx;
- margin-bottom: 16rpx;
- }
- .toprightbox {
- display: block;
- margin-left: 38rpx;
- text-align: center;
- }
- .toprightbox image {
- display: block;
- width: auto;
- height: 32rpx;
- margin: 0 auto 18rpx;
- }
- .toprightbox text {
- position: absolute;
- top: -2rpx;
- right: 6rpx;
- width: 10rpx;
- height: 10rpx;
- background-image: linear-gradient(#e32c1c,
- #e32c1c),
- linear-gradient(#fc3771,
- #fc3771);
- border-radius: 50%;
- }
- .szhccgxImg {
- width: 30rpx;
- height: 30rpx;
- }
- .consoledesk-title1 {
- display: flex;
- align-items: center;
- padding: 0px 20rpx;
- justify-content: space-between;
- }
- .leftTitle {
- display: flex;
- align-items: center;
- }
- .rightTitle {
- display: flex;
- align-items: center;
- font-size: 24rpx;
- color: #9DB6CF;
- }
- .rightArrow {
- width: 35rpx;
- height: 35rpx;
- }
- .ml10 {
- margin-left: 18rpx;
- }
- .text-title1 {
- font-size: 32rpx;
- color: #384855;
- font-weight: 600;
- }
- .consoleBox1 {
- padding: 30rpx 20rpx;
- }
- .consoleBox1,
- .consoleBox2 {
- display: flex;
- }
- .align-center {
- align-items: center;
- }
- .font24 {
- font-size: 24rpx;
- }
- .font32 {
- font-size: 32rpx;
- }
- .fontw600 {
- font-weight: 600;
- }
- .color384855 {
- color: #384855;
- }
- .line1 {
- width: 1rpx;
- height: 60rpx;
- background-color: #384855;
- }
- .flex-sub {
- flex: 1;
- }
- .flex-column {
- display: flex;
- flex-direction: column;
- }
- .consoleBox3 {
- width: 200rpx;
- }
- .numbox {
- font-family: PingFang-SC-Bold, Source Han Sans CN Black;
- font-size: 34rpx;
- margin-bottom: 12rpx;
- line-height: 32rpx;
- color: #3c3b3b;
- }
- .numtext {
- font-size: 24rpx;
- font-family: PingFangSC-Medium, Source Han Sans CN Medium;
- color: #333333;
- opacity: 0.5;
- }
- .rightbox {
- position: relative;
- top: 30rpx;
- height: 142rpx;
- border-left: 2rpx solid rgba(204, 204, 204, 0.2);
- }
- .rightbox .numbox {
- margin-top: 12rpx;
- margin-bottom: 18rpx;
- }
- .mainbox {
- margin-top: 51rpx;
- }
- .mainbox image {
- display: block;
- width: 118rpx;
- height: 118rpx;
- margin: 0 auto;
- }
- .unaysjoin {
- margin-top: 40%;
- }
- .unpermissimg {
- width: 80%;
- margin: 60px auto 20px;
- }
- .unaysjoin .unpermisstext {
- font-size: 30rpx;
- }
- .gray {
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: grayscale(100%);
- filter: gray;
- opacity: 0.7;
- }
- .contentBox1 {
- padding: 0rpx 30rpx 160rpx;
- position: relative;
- }
- .mt20 {
- margin-top: 20rpx;
- }
- .c-title1 {
- display: flex;
- align-items: center;
- }
- .c-img12 {
- width: 28rpx;
- height: 28rpx;
- }
- .c-name {
- font-size: 32rpx;
- color: #384855;
- letter-spacing: 0;
- font-weight: 600;
- margin-left: 12rpx;
- }
- .c-tips {
- font-size: 24rpx;
- color: #9DB6CF;
- letter-spacing: 0;
- font-weight: 400;
- margin-left: 24rpx;
- margin-top: 10rpx;
- }
- .c-box-content {
- display: flex;
- margin: 24rpx auto;
- }
- .c-img23 {
- width: 40rpx;
- height: 49rpx;
- /* box-shadow: 0 2px 4px 0 rgba(50,151,255,0.40); */
- }
- .ml16 {
- margin-left: 16rpx;
- }
- .flex-row {
- display: flex;
- }
- .justify-center {
- justify-content: center;
- }
- .line2 {
- width: 100%;
- height: 16rpx;
- background: #F0F4F7;
- }
- .justify-end {
- justify-content: flex-end;
- }
- .justify-start {
- justify-content: flex-start;
- }
- .align-end {
- align-items: flex-end;
- }
- .align-start {
- align-items: flex-start;
- }
- .mt50 {
- margin-top: 50rpx;
- }
- .mt32 {
- margin-top: 32rpx;
- }
- .mt18 {
- margin-top: 18rpx;
- }
- .orgName {
- max-width: 190rpx;
- }
- .companyText {
- max-width: 220rpx;
- position: relative;
- top: 16rpx;
- }
- .brokerText {
- margin-top: 0rpx !important;
- }
- .integral {
- margin-top: 4.5rpx;
- }
- .integral-num {
- margin-top: -8rpx;
- }
- .font40 {
- font-size: 40rpx;
- }
- .f-item {
- position: relative;
- }
- .ml20 {
- margin-left: 20rpx;
- }
- .dataBox {
- width: 100%;
- height: 180rpx;
- background-color: #fff;
- border-radius: 4rpx;
- margin: 0rpx 0rpx 20rpx;
- display: flex;
- }
- .dataTime {
- width: 100%;
- height: 40rpx;
- color: #A7B3BF;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- }
- .dataBox-house {
- width: 26rpx;
- }
- .d-community {
- margin-top: 5rpx;
- display: inline-block;
- max-width: 320rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dataBox-sex {
- width: 40rpx;
- }
- .dataBox-left {
- flex: 6;
- box-sizing: border-box;
- padding: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .dataBox-left-top {
- display: flex;
- align-items: center;
- font-size: 28rpx;
- }
- .dataBox-left-bottom {
- font-size: 28rpx;
- color: #384855;
- display: flex;
- align-items: center;
- }
- .d-level {
- background-color: rgba(250, 100, 0, .26);
- color: #fa6400;
- display: inline-block;
- padding: 1rpx 6rpx;
- border-radius: 4rpx;
- margin-left: 10rpx;
- font-size: 22rpx;
- }
- .mr40 {
- margin-right: 40rpx;
- }
- .d-dayDiff {
- color: #9db6cf;
- font-size: 24rpx;
- margin-left: 10rpx;
- }
- .d-activity {
- display: inline-block;
- padding: 1rpx 6rpx;
- color: #fff;
- border-radius: 2rpx;
- margin-left: 10rpx;
- font-size: 22rpx;
- }
- .bgb6cade {
- background-color: #b6cade !important;
- }
- .bgffbc83 {
- background-color: #ffbc83 !important;
- }
- .bgff8383 {
- background-color: #ff8383 !important;
- }
- .d-house {
- display: inline-block;
- padding: 1rpx 6rpx;
- background-color: #CDB8F6;
- color: #fff;
- border-radius: 2rpx;
- margin-left: 10rpx;
- font-size: 22rpx;
- }
- .ml5 {
- margin-left: 8rpx;
- }
- .d-collect-icon {
- width: 28rpx;
- }
- .dataBox-right {
- flex: 2;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .dataBox-right>view {
- border: 2rpx solid #999999;
- color: #999999;
- font-size: 28rpx;
- padding: 0rpx 10rpx;
- border-radius: 8rpx;
- }
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 9999 !important;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .m-block {
- width: 90%;
- height: 800rpx;
- background-color: #F0F4F7;
- border-radius: 8rpx;
- display: flex;
- flex-direction: column;
- }
- .m-b-title {
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- position: relative;
- text-align: center;
- background-color: #D3E4EB;
- font-size: 28rpx;
- color: #384855;
- }
- .m-b-title image {
- width: 40rpx;
- position: absolute;
- right: 30rpx;
- top: 50%;
- transform: translateY(-50%);
- }
- .m-b-tips {
- padding: 10rpx 20rpx;
- font-size: 28rpx;
- color: #384855;
- margin-top: 10rpx;
- }
- .m-b-content {
- flex: 1;
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- overflow: auto;
- }
- .m-b-c-item {
- display: flex;
- align-items: center;
- margin: 20rpx 0rpx;
- background-color: #fff;
- padding: 20rpx;
- }
- .m-b-c-item image {
- width: 80rpx;
- height: 80rpx;
- }
- .m-b-c-item-name {
- flex: 2;
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- }
- .item-name-text {
- font-size: 28rpx;
- color: #384855;
- }
- .item-name-position {
- font-size: 24rpx;
- color: #9DB6CF;
- }
- .m-b-c-item-current {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .m-b-c-item-current text {
- font-size: 28rpx;
- color: #384855;
- }
- .circle {
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background-color: #0C95FE;
- margin-right: 20rpx;
- }
- .van-search {
- padding-left: 5rpx !important;
- }
- .personal-sign {
- width: 36rpx;
- height: 36rpx;
- position: absolute;
- left: 110rpx;
- z-index: 9;
- background-color: #fff;
- border-radius: 50%;
- font-size: 24rpx;
- line-height: 36rpx;
- text-align: center;
- }
- .font28 {
- font-size: 28rpx;
- }
- .tabBar {
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- height: 130rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- box-shadow: 0rpx -10rpx 8rpx 4rpx rgba(0, 0, 0, 0.05);
- }
- .tabItem {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-bottom: 20rpx;
- position: relative;
- }
- .tabItem>image {
- width: 44rpx;
- }
- .tabItem1>image {
- width: 35rpx;
- }
- .tabItem2>image {
- width: 40rpx;
- margin-top: 2rpx;
- margin-bottom: 1rpx;
- }
- .activePage {
- color: #FF5F3D;
- font-size: 28rpx;
- margin-top: 6rpx;
- }
- .defaultStyle {
- color: #D1D1D1;
- font-size: 28rpx;
- margin-top: 6rpx;
- }
- .mr30 {
- margin-right: 30rpx;
- }
- .myDataBox {
- margin-top: 90rpx;
- box-sizing: border-box;
- padding: 30rpx 20rpx 0rpx;
- background-color: #F0F4F7;
- position: relative;
- z-index: 999;
- }
- .l_title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .zIndex99999 {
- z-index: 99999 !important;
- }
- .l_title_label {
- border-left: 4rpx solid #FF5F3D;
- height: 40rpx;
- font-size: 36rpx;
- color: #333333;
- font-weight: 700;
- line-height: 40rpx;
- padding-left: 10rpx;
- }
- .l_title_arrow {
- height: 40rpx;
- font-size: 24rpx;
- color: #FF5F3D;
- display: flex;
- align-items: center;
- }
- .l_title_arrow>image {
- width: 22rpx;
- margin-left: 10rpx;
- }
- .myDataShow {
- width: 100%;
- padding: 30rpx 0rpx;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .myDataItem {
- width: 160rpx;
- height: 155rpx;
- background: #fff;
- box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
- border-radius: 10rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .myDataNum {
- font-size: 38rpx;
- font-family: Impact;
- font-weight: 600;
- color: #344857;
- }
- .myDataMsg {
- font-size: 28rpx;
- font-family: PingFangSC;
- color: #354957;
- margin-top: 5rpx;
- }
- .pointText {
- font-size: 28rpx;
- font-family: PingFangSC;
- color: #354957;
- margin-right: 10rpx;
- }
- .myPointBox {
- width: 100%;
- padding: 20rpx;
- }
- .myPointData {
- width: 700rpx;
- height: 155rpx;
- overflow: hidden;
- background: url("https://o.nczyzs.com/xcx/jifenbg.png");
- background-position: -7rpx -10rpx;
- background-size: 103%;
- background-repeat: no-repeat;
- box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
- border-radius: 10rpx;
- margin: 30rpx auto 20rpx;
- display: flex;
- align-items: center;
- }
- .pointIcon {
- width: 40rpx;
- margin-right: 15rpx;
- }
- .myPointItem {
- flex: 1;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0px 30rpx;
- }
- .pointbtnBox {
- width: 240rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .l_search_box {
- width: 100%;
- height: 66rpx;
- display: flex;
- align-items: center;
- background-color: #fff;
- margin-top: 20rpx;
- box-sizing: border-box;
- padding: 0rpx 10rpx;
- }
- .l_search_left {
- display: inline-block;
- width: calc(100% - 60rpx);
- height: 100%;
- }
- .font28 {
- font-size: 28rpx !important;
- }
- .l_search_right {
- display: inline-block;
- width: 40rpx;
- height: 100%;
- }
- .l_search_left>view {
- display: inline-block;
- height: 100%;
- line-height: 66rpx;
- padding: 0rpx 10rpx;
- color: #999999;
- font-size: 30rpx;
- }
- .l_active {
- font-size: 30rpx;
- font-family: PingFangSC;
- font-weight: 500;
- color: #FF5F3D !important;
- }
- .l_search_right>image {
- width: 40rpx;
- margin-top: 15rpx;
- margin-left: 20rpx;
- }
- .l_s_input_box {
- width: 100%;
- height: 88rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- margin-bottom: 10rpx;
- border-radius: 15rpx;
- }
- .l_s_input_box>input {
- flex: 1;
- height: 66rpx;
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- font-size: 28rpx;
- }
- .l_s_input_box>view {
- width: 100rpx;
- text-align: center;
- border-left: 1rpx solid #cccccc;
- color: #FF5F3D;
- font-size: 28rpx;
- }
- .redCircle {
- width: 20rpx;
- height: 20rpx;
- position: absolute;
- background-color: red;
- top: 0rpx;
- border-radius: 50%;
- left: 55%;
- }
- .mainTab {
- width: 100%;
- height: 66rpx;
- display: flex;
- font-size: 32rpx;
- }
- .mainTab>view {
- display: inline-block;
- width: 140rpx;
- text-align: center;
- }
- .activeTab {
- color: #000000;
- font-weight: 700;
- position: relative;
- font-size: 32rpx;
- }
- .activeTab::before {
- content: " ";
- width: 48rpx;
- height: 10rpx;
- background-color: #333333;
- border-radius: 5rpx;
- position: absolute;
- bottom: 0rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .s_down_icon {
- width: 20rpx;
- }
- .clueItem {
- width: 100%;
- height: auto;
- overflow: hidden;
- background-color: #fff;
- box-sizing: border-box;
- padding: 20rpx;
- }
- .viewClueMsgBox {
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- box-sizing: border-box;
- }
- .viewTimeBox {
- width: 100%;
- height: 80rpx;
- display: flex;
- align-items: center;
- }
- .viewTimeBox>image {
- width: 35rpx;
- }
- .viewTimeBox>text {
- margin-left: 15rpx;
- }
- .clueItemTop {
- width: 100%;
- height: 70rpx;
- display: flex;
- }
- .clueItemAvatar {
- width: 65rpx;
- height: 65rpx;
- border-radius: 50%;
- background-color: #ccc;
- overflow: hidden;
- }
- .clueItemAvatar>image {
- width: 100%;
- height: 100%;
- }
- .copyIcon {
- width: 30rpx;
- }
- .clueItemTop_left {
- width: 85%;
- display: flex;
- align-items: center;
- font-size: 30rpx;
- }
- .clueItemTop_right {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .clueItemName {
- max-width: 150rpx;
- }
- .clueOperate {
- width: 100rpx;
- height: 50rpx;
- border: 2rpx solid #999999;
- color: #999999;
- font-size: 24rpx;
- border-radius: 8rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .clueOperate>image {
- width: 18rpx;
- margin-left: 5rpx;
- margin-top: 3rpx;
- }
- .clueItemBottom {
- width: 100%;
- height: 50rpx;
- font-size: 28rpx;
- color: #BDCDDE;
- display: flex;
- align-items: center;
- }
- .brokerShareItem {
- width: 100%;
- height: auto;
- overflow: hidden;
- background-color: #fff;
- border-bottom: 2rpx solid #D4E3E7;
- box-sizing: border-box;
- padding: 20rpx;
- display: flex;
- }
- .bshareleft {
- width: 260rpx;
- height: 190rpx;
- background-color: #ccc;
- position: relative;
- }
- .bshareleft>image {
- width: 100%;
- height: 100%;
- }
- .bshareright {
- width: calc(100% - 260rpx);
- height: auto;
- overflow: hidden;
- }
- .bshareMsg {
- width: 100%;
- height: 65rpx;
- display: flex;
- align-items: center;
- font-size: 24rpx;
- color: #9CB7CE;
- justify-content: space-between;
- box-sizing: border-box;
- padding-left: 20rpx;
- }
- .bsharenum,
- .bsharep {
- display: flex;
- align-items: center;
- }
- .bsharenum>image {
- width: 40rpx;
- margin-right: 5rpx;
- }
- .bsharep>image {
- width: 40rpx;
- margin-right: 5rpx;
- }
- .bshareTitle {
- width: 100%;
- height: 65rpx;
- line-height: 60rpx;
- box-sizing: border-box;
- padding-left: 20rpx;
- font-size: 32rpx;
- color: #333333;
- }
- .bshareTime {
- width: 100%;
- height: 65rpx;
- line-height: 60rpx;
- box-sizing: border-box;
- padding-left: 20rpx;
- font-size: 28rpx;
- color: #333333;
- }
- .bNewMsg {
- width: 60rpx;
- position: absolute;
- left: -10rpx;
- z-index: 8;
- }
- .bNewMsg>image {
- width: 100%;
- }
- .bNewMsg>view {
- position: absolute;
- top: -2rpx;
- left: 17rpx;
- color: #fff;
- font-size: 30rpx;
- }
- .cbTime {
- width: 70%;
- }
- .operateBox {
- width: 30%;
- display: flex;
- align-items: flex-end;
- justify-content: flex-end;
- }
- .operateBox>image {
- width: 35rpx;
- margin-left: 40rpx;
- }
- .visitBlock {
- width: 90%;
- height: 800rpx;
- background-color: #fff;
- border-radius: 10rpx;
- overflow: hidden;
- position: relative;
- box-sizing: border-box;
- padding-top: 88rpx;
- }
- .visitTitle {
- width: 100%;
- height: 88rpx;
- background-color: #249EFB;
- color: #fff;
- font-size: 32rpx;
- text-align: center;
- line-height: 88rpx;
- position: absolute;
- top: 0rpx;
- left: 0rpx;
- }
- .visitTitle>image {
- width: 40rpx;
- position: absolute;
- right: 20rpx;
- top: 50%;
- transform: translateY(-50%);
- }
- .visitContent {
- width: 100%;
- height: 100%;
- overflow: auto;
- box-sizing: border-box;
- padding: 20rpx;
- }
- .visitItemBox {
- width: 100%;
- height: auto;
- overflow: hidden;
- position: relative;
- box-sizing: border-box;
- padding-left: 60rpx;
- }
- .visitLine {
- position: absolute;
- width: 2rpx;
- height: 100%;
- border-left: 2px dashed #9db6cf;
- left: 20rpx;
- }
- .circleBox {
- width: 40rpx;
- height: 40rpx;
- background-color: #333333;
- border-radius: 50%;
- position: absolute;
- left: 1rpx;
- }
- .visitMsgBox {
- font-size: 24rpx;
- color: #9DB6CF;
- }
- .visitTimeBox {
- width: 100%;
- height: 55rpx;
- line-height: 55rpx;
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #9DB6CF;
- }
- .mtauto {
- margin-top: 0rpx;
- }
- .visitMsgAll {
- padding-top: 20rpx;
- border-bottom: 1rpx solid #F3F3F5;
- }
- .circleMsgBox {
- position: absolute;
- left: 10rpx;
- width: 25rpx;
- height: 25rpx;
- border-radius: 50%;
- background-color: #9db6cf;
- top: 50%;
- }
- .s_state_box {
- position: relative;
- }
- .down-drop {
- position: absolute;
- min-width: 150rpx;
- max-width: 180rpx;
- max-height: 320rpx;
- overflow-y: auto;
- overflow-x: hidden;
- background-color: #fff;
- box-sizing: border-box;
- padding: 0rpx 20rpx;
- box-shadow: 0rpx 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.1);
- left: 50%;
- transform: translateX(-50%);
- border-radius: 10rpx;
- z-index: 999;
- }
- .down-drop>view {
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- .transparent {
- width: 100%;
- height: 100vh;
- background-color: transparent;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- z-index: 99;
- }
- .integralBtn {
- width: 160rpx;
- height: 60rpx;
- text-align: center;
- line-height: 60rpx;
- background-color: #FF7202;
- border-radius: 10rpx;
- font-size: 28rpx;
- color: #fff;
- }
|