123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- @charset "UTF-8";
- /* 这里是你自己写的全局css样式 */
- .page.data-v-57280228 {
- background-color: #f3f4f6;
- padding: 20rpx;
- }
- .empty-wrap.data-v-57280228 {
- margin-top: 200rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-page.data-v-57280228 {
- min-height: 100vh;
- background-color: #fff;
- }
- .footer.data-v-57280228 {
- display: flex;
- align-items: center;
- color: #909399;
- width: 100%;
- padding: 20rpx 0;
- justify-content: center;
- }
- .box-shadow.data-v-57280228 {
- box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
- }
- .flex-empty.data-v-57280228 {
- visibility: hidden;
- width: 120rpx;
- height: 0rpx;
- }
- .bwin-btn-100.data-v-57280228 {
- width: 100%;
- }
- .bwin-popup.data-v-57280228 {
- display: flex;
- flex-direction: column;
- width: 100%;
- position: relative;
- min-height: 100%;
- overflow: hidden;
- }
- .bwin-popup .popup-header.data-v-57280228 {
- z-index: 2;
- width: 80%;
- position: fixed;
- padding: 20rpx 0;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background-color: #2080f0;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .bwin-popup .popup-body.data-v-57280228 {
- z-index: 1;
- position: relative;
- top: 90rpx;
- margin-bottom: 90rpx;
- padding: 20rpx;
- font-size: 32rpx;
- overflow-y: scroll;
- }
- .bwin-popup .popup-footer.data-v-57280228 {
- position: relative;
- left: 0;
- bottom: 20rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .page.data-v-57280228 {
- min-height: calc(100vh - 44px);
- }
- .userinfo-wrap.data-v-57280228 {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- background-color: #fff;
- padding: 32rpx;
- width: 100%;
- margin-bottom: 20rpx;
- border-radius: 10rpx;
- position: relative;
- }
- .userinfo-wrap .userinfo.data-v-57280228 {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .userinfo-wrap .userinfo .user.data-v-57280228 {
- display: flex;
- align-items: center;
- }
- .userinfo-wrap .userinfo .user .avatar-wrap.data-v-57280228 {
- position: relative;
- }
- .userinfo-wrap .userinfo .user .avatar-wrap .avatar-bg.data-v-57280228 {
- position: absolute;
- left: 0;
- top: 0;
- border-radius: 50%;
- width: 128rpx;
- height: 128rpx;
- }
- .userinfo-wrap .userinfo .user .info.data-v-57280228 {
- margin-left: 32rpx;
- }
- .userinfo-wrap .userinfo .user .info .nickname.data-v-57280228 {
- font-size: 32rpx;
- font-weight: bold;
- color: #303133;
- margin-bottom: 5rpx;
- }
- .userinfo-wrap .userinfo .user .info .mobile.data-v-57280228 {
- font-size: 28rpx;
- color: #909399;
- }
- .userinfo-wrap .datainfo.data-v-57280228 {
- width: 100%;
- display: flex;
- align-items: flex-end;
- justify-content: space-between;
- padding: 20rpx 0 0;
- }
- .userinfo-wrap .datainfo .data-item.data-v-57280228 {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .userinfo-wrap .datainfo .data-item .data.data-v-57280228 {
- font-weight: bold;
- font-size: 44rpx;
- line-height: 44rpx;
- margin-bottom: 10rpx;
- }
- .userinfo-wrap .datainfo .data-item .item.data-v-57280228 {
- font-size: 24rpx;
- color: #606266;
- }
- .function-card-wrap .col-card-wrap.data-v-57280228 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .function-card-wrap .function-card.data-v-57280228 {
- background-color: #fff;
- padding: 32rpx 20rpx;
- width: 345rpx;
- margin-bottom: 20rpx;
- border-radius: 10rpx;
- position: relative;
- overflow: hidden;
- }
- .function-card-wrap .function-card .title-wrap.data-v-57280228 {
- text-align: left;
- }
- .function-card-wrap .function-card .title-wrap .main-title.data-v-57280228 {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- font-weight: bold;
- }
- .function-card-wrap .function-card .title-wrap .sub-title.data-v-57280228 {
- font-size: 24rpx;
- color: #606266;
- }
- .function-card-wrap .function-card .icon.data-v-57280228 {
- text-align: right;
- position: absolute;
- top: 0;
- right: 0;
- }
- .card-list-wrap.data-v-57280228 {
- background-color: #fff;
- padding: 20rpx 20rpx 0 20rpx;
- display: flex;
- flex-direction: column;
- border-radius: 10rpx;
- }
- .card-list-wrap .header-title-warp.data-v-57280228 {
- width: 100%;
- margin-bottom: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .card-list-wrap .header-title-warp .title.data-v-57280228 {
- display: flex;
- align-items: center;
- color: #303133;
- font-weight: bold;
- font-size: 32rpx;
- }
- .card-list-wrap .header-title-warp .more.data-v-57280228 {
- font-size: 20rpx;
- color: #909399;
- }
- .card-list-wrap .property-row-wrap .property-body.data-v-57280228 {
- width: 100%;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .card-list-wrap .property-row-wrap .property-body .image-wrap.data-v-57280228 {
- position: relative;
- }
- .card-list-wrap .property-row-wrap .property-body .image-wrap image.data-v-57280228 {
- width: 100%;
- height: 300rpx;
- display: block;
- border-top-left-radius: 10rpx;
- border-top-right-radius: 10rpx;
- }
- .card-list-wrap .property-row-wrap .property-body .image-wrap .tag.data-v-57280228 {
- color: #ffffff;
- background-color: #2080f0;
- font-size: 24rpx;
- position: absolute;
- z-index: 1;
- left: 0;
- padding: 8rpx 20rpx;
- border-top-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .card-list-wrap .property-row-wrap .property-body .property-info-wrap.data-v-57280228 {
- padding: 20rpx;
- }
- .card-list-wrap .property-row-wrap .property-body .property-info-wrap .title.data-v-57280228 {
- font-weight: bold;
- color: #303133;
- font-size: 32rpx;
- }
- .card-list-wrap .property-row-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
- margin-top: 10rpx;
- font-size: 24rpx;
- color: #606266;
- }
- .card-list-wrap .property-col-wrap.data-v-57280228 {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: flex-start;
- }
- .card-list-wrap .property-col-wrap .property-body.data-v-57280228 {
- width: 325rpx;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .card-list-wrap .property-col-wrap .property-body .image-wrap.data-v-57280228 {
- position: relative;
- }
- .card-list-wrap .property-col-wrap .property-body .image-wrap image.data-v-57280228 {
- width: 100%;
- height: 300rpx;
- display: block;
- border-top-left-radius: 10rpx;
- border-top-right-radius: 10rpx;
- }
- .card-list-wrap .property-col-wrap .property-body .image-wrap .tag.data-v-57280228 {
- color: #ffffff;
- background-color: #2080f0;
- font-size: 20rpx;
- position: absolute;
- z-index: 1;
- left: 0;
- padding: 8rpx 20rpx;
- border-top-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .card-list-wrap .property-col-wrap .property-body .property-info-wrap.data-v-57280228 {
- padding: 20rpx;
- }
- .card-list-wrap .property-col-wrap .property-body .property-info-wrap .title.data-v-57280228 {
- font-weight: bold;
- color: #303133;
- font-size: 24rpx;
- }
- .card-list-wrap .property-col-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
- margin-top: 10rpx;
- font-size: 20rpx;
- color: #606266;
- }
- .popup-body .property-info.data-v-57280228 {
- font-size: 28rpx;
- }
- .popup-body .property-info .item.data-v-57280228 {
- display: flex;
- margin-bottom: 10rpx;
- text-align: left;
- }
- .popup-body .property-info .item .item-title.data-v-57280228 {
- font-weight: bold;
- width: 170rpx;
- }
- .popup-body .property-info .item .item-info.data-v-57280228 {
- flex: 1;
- }
- .scoped-scan-img.data-v-57280228 {
- padding-left: 20px;
- width: 90rpx;
- height: 90rpx;
- }
|