123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833 |
- /* 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;
- }
- .indexdatabox {
- display: block;
- width: 686rpx;
- margin: 0 auto;
- position: relative;
- z-index: 8;
- background-color: #ffffff;
- background-color: #ffffff;
- box-shadow: 0px 5rpx 16rpx 0px rgba(46, 88, 254, 0.12);
- border-radius: 14rpx;
- padding: 20rpx 0 10rpx;
- margin-top: 28rpx;
- }
- .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;
- }
- .indexdatabox .leftbox text {
- display: block;
- position: absolute;
- bottom: 0%;
- right: 0;
- border-right: 2rpx solid #ccc;
- opacity: 0.4;
- height: 48rpx;
- }
- .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 100rpx;
- 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); */
- }
- .c-box-item {
- width: 224rpx;
- height: 122rpx;
- background: #FFFFFF;
- box-shadow: 0px 4rpx 16rpx 0rpx rgba(36, 158, 251, 0.2);
- border-radius: 10rpx;
- display: flex;
- }
- .ml16 {
- margin-left: 16rpx;
- }
- .c-box-item-1 {
- font-size: 28rpx;
- color: #384855;
- letter-spacing: 0;
- font-weight: 400;
- }
- .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;
- }
- .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: 140rpx;
- background-color: #fff;
- border-radius: 4rpx;
- margin: 20rpx 0rpx;
- display: flex;
- }
- .dataBox-house {
- width: 26rpx;
- }
- .d-community {
- margin-top: 5rpx;
- }
- .dataBox-sex {
- width: 40rpx;
- }
- .dataBox-left {
- flex: 4;
- 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: 24rpx;
- 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;
- }
- .dataBox-right {
- flex: 1;
- }
- .d-activity {
- display: inline-block;
- padding: 1rpx 6rpx;
- background-color: #FFD483;
- 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 {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .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;
- }
- .fixed-btn {
- position: fixed;
- width: 100%;
- height: 98rpx;
- color: #fff;
- background-color: #249EFB;
- font-size: 32rpx;
- z-index: 99;
- bottom: 0rpx;
- left: 0rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .fixed-btn image {
- width: 36rpx;
- margin-right: 10rpx;
- }
- .font28 {
- font-size: 28rpx;
- }
- .tabBar {
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- height: 130rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- }
- .tabItem {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .tabItem>image {
- width: 44rpx;
- }
- .tabItem1>image {
- width: 35rpx;
- }
- .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: 50rpx 20rpx 0rpx;
- background-color: #F0F4F7;
- position: relative;
- z-index: 999;
- }
- .l_title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .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: 36rpx;
- font-family: Impact;
- font-weight: 600;
- color: #344857;
- }
- .myDataMsg {
- font-size: 28rpx;
- font-family: PingFangSC;
- color: #354957;
- margin-top: 5rpx;
- }
- .myPointBox {
- width: 100%;
- padding: 20rpx;
- }
- .myPointData {
- width: 700rpx;
- height: 155rpx;
- background: #fff;
- box-shadow: 0rpx 7rpx 21rpx 0rpx rgba(40, 40, 40, 0.1);
- border-radius: 10rpx;
- margin: 30rpx auto 20rpx;
- display: flex;
- align-items: center;
- }
- .myPointItem {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .l_search_box {
- width: 100%;
- height: 66rpx;
- display: flex;
- align-items: center;
- }
- .l_search_left {
- display: inline-block;
- width: calc(100% - 60rpx);
- height: 100%;
- }
- .l_search_right {
- display: inline-block;
- width: 60rpx;
- 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-bottom: 10rpx;
- border-radius: 10rpx;
- }
- .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;
- }
|