yuminge-app/yun-min-program-plugin-master/packageG/pages/member/extension/extension_v2.wxss

493 lines
8.4 KiB
Plaintext

@import "/mycss/iconImg.wxss";
#extension-box .background-box {
color: #382c0a;
background-color: #fff;
background-image: linear-gradient(var(--color), #f5f5f5);
}
#extension-box .extension-head {
display: flex;
box-sizing: border-box;
padding: 20rpx 20rpx 0 20rpx;
}
.extension-head .extension-head-avatar {
flex: 0 0 90rpx;
width: 90rpx;
height: 90rpx;
border-radius: 50%;
background-color: #fff;
}
.extension-head .extension-name-box {
flex: 1;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 16rpx;
max-width: 73%;
}
.extension-head .extension-name-box .extension-name {
font-size: 32rpx;
font-weight: bold;
}
.extension-head .extension-share {
margin-left: 16rpx;
flex: 0 0 80rpx;
display: flex;
align-self: center;
}
.extension-head .extension-share .icon-bc_share_card {
font-size: 56rpx;
}
.extension-nickname-box {
position: relative;
margin: 20rpx;
overflow: hidden;
}
.extension-nickname-box .extension-nickname-bg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #fff;
border-radius: 15rpx;
opacity: 0.2;
}
.extension-nickname-box .nickname-warp {
display: flex;
flex-wrap: wrap;
padding: 15rpx 80rpx 15rpx 15rpx;
}
.extension-nickname-box .nickname-warp-item {
border-radius: 8rpx;
border: solid 1rpx #cb5600;
color: #cb5600;
font-size: 12px;
font-weight: bold;
padding: 6rpx;
margin: 10rpx;
}
.extension-nickname-box .moreIdentity {
position: absolute;
right: 10rpx;
top: 10rpx;
color: #cb5600;
font-size: 52rpx;
}
.extension-money-box,
.eChats-box1,
.eChats-box2,
.income-box,
.plugin-items-box {
background-color: #fff;
border-radius: 20rpx;
margin: 20rpx;
padding: 20rpx;
box-sizing: border-box;
}
#extension-box .extension-money-box .extension-money-box-head {
display: flex;
padding-bottom: 10rpx;
border-bottom: 1rpx solid #eee;
}
.extension-money-box .time-box {
width: 80%;
color: #cb5701;
display: flex;
align-items: center;
overflow-x: scroll;
}
.extension-money-box .time-box .tab {
word-break: keep-all;
margin: 0 16rpx;
font-size: 26rpx;
}
.extension-money-box .time-box .active {
background-color: var(--color);
border-radius: 24rpx;
color: #333;
padding: 6rpx 20rpx;
}
.extension-money-box .time-box::-webkit-scrollbar {
display: none;
}
.extension-money-box .asset-line {
width: 4rpx;
background-color: #d4d4d4;
background-image: radial-gradient(#d4d4d4 5%, #fff 80%, #fff 15%);
}
.extension-money-box .asset-right-box {
width: 22%;
display: flex;
flex-direction: column;
font-size: 26rpx;
text-align: center;
}
.extension-money-box .asset-right-box .icon-fontclass-shouru {
font-size: 52rpx;
color: #f15353;
}
.extension-money-box .body-head {
margin-top: 10px;
display: flex;
justify-content: center;
}
.extension-money-box .body-head .head-circle {
width: 14rpx;
height: 14rpx;
border-radius: 50%;
background-color: var(--color);
}
.extension-money-box .body-head .head-line {
width: 2rpx;
height: 40rpx;
background-color: rgba(255, 193, 30, 0.1);
transform: rotate(45deg);
}
.extension-money-box .body-head .head-line-right {
transform: rotate(-45deg);
}
.extension-money-box .body-money {
margin-top: -6rpx;
background-color: rgba(255, 193, 30, 0.1);
border-radius: 10rpx;
display: flex;
flex-wrap: wrap;
padding: 20rpx;
text-align: center;
}
.extension-money-box .body-money .body-money-item {
display: flex;
flex-direction: column;
font-size: 26rpx;
width: 30%;
padding: 8rpx;
}
.extension-money-box .body-money .body-money-item .money-top {
font-weight: bold;
font-size: 32rpx;
}
.extension-money-box .tips {
text-align: left;
font-size: 24rpx;
color: #eb8c2d;
margin-top: 20rpx;
}
.income-box {
display: flex;
align-items: center;
word-break: keep-all;
text-align: center;
padding: 10rpx 20rpx;
overflow-x: scroll;
}
.income-box .income-item {
margin: 0 16rpx;
white-space: nowrap;
}
.income-box .income-item icon {
font-size: 56rpx;
}
.income-box::-webkit-scrollbar {
display: none;
}
#extension-box .available-body {
margin: 5px 10px 0 10px;
display: flex;
flex-wrap: wrap;
}
.available-body .available-item {
width: 50%;
margin: 3px 0 5px 0;
box-sizing: border-box;
padding: 6px 0 6px 6px;
background-color: #fff;
border-radius: 5px;
display: flex;
}
.available-body .available-item:nth-child(odd) {
width: 48%;
margin: 3px 5px 5px 0;
}
.available-body .available-item .iconfont {
background-size: 2.5rem;
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
}
.available-body .available-item .available-money {
display: flex;
flex-direction: column;
flex: 1;
text-align: left;
width: 50%;
margin-left: 12rpx;
font-size: 13px;
justify-content: space-between;
}
.available-body .available-item .red-money {
font-size: 12px;
color: #f14e4e;
}
.available-body .available-item .fa-angle-right {
flex: 0 0 20px;
color: #bababa;
font-size: 22px;
align-self: center;
}
#extension-box .fans-box {
display: flex;
overflow-x: scroll;
text-align: center;
font-size: 14px;
}
.fans-box .fans-item {
flex: 1;
margin: 16rpx;
}
.fans-box .fans-item-text {
word-break: keep-all;
}
.fans-box::-webkit-scrollbar {
display: none;
}
#extension-box .plugin-items-box {
display: flex;
flex-wrap: wrap;
}
.plugin-items-box .plugin-items-icon {
display: flex;
flex-direction: column;
width: 20%;
margin-bottom: 10px;
font-size: 12px;
text-align: center;
}
.plugin-items-box .plugin-items-icon .iconfont {
display: inline-block;
margin: 0 auto 5px auto;
width: 2.5rem;
height: 2.5rem;
}
/* 订单列表 */
#extension-box .order-box {
margin: 10px;
}
.order-box .order-list {
display: flex;
flex-direction: column;
}
.order-box .order-list .order-item {
background-color: #fff;
padding: 8px;
margin-bottom: 10px;
border-radius: 5px;
font-size: 13px;
}
.order-box .order-list .order-item:first-child {
margin-top: 10px;
}
.order-box .order-top,
.order-box .order-bottom {
display: flex;
justify-content: space-between;
}
.order-box .order-top {
font-weight: bold;
margin-bottom: 5px;
}
.order-box .order-top .status {
white-space: nowrap;
}
.order-box .order-bottom {
font-size: 13px;
color: #6b6b6b;
}
.order-box .money {
color: #ff5a5a;
}
.order-box .old-price {
color: #8d8d8d;
margin-right: 20rpx;
}
.order-box .fans-list {
display: flex;
flex-direction: column;
}
.order-box .fans-list .fans-item {
background-color: #fff;
padding: 8px;
margin-bottom: 10px;
border-radius: 5px;
display: flex;
}
.order-box .fans-list .fans-item .img {
flex: 0 0 35px;
width: 35px;
height: 35px;
border-radius: 50%;
margin-right: 5px;
}
.order-box .fans-list .fans-item .fans-item-right {
display: flex;
flex-direction: column;
flex: 1;
max-width: 88%;
}
.order-box .fans-list .fans-item .fans-item-top,
.order-box .fans-list .fans-item .fans-item-bottom {
display: flex;
justify-content: space-between;
}
.order-box .fans-list .fans-item .fans-item-top {
margin-bottom: 5px;
}
.order-box .fans-list .fans-item .fans-item-top .fans-name {
font-size: 13px;
font-weight: bold;
text-align: left;
display: inline-block;
max-width: 65%;
}
.order-box .fans-list .fans-item .fans-item-top .id {
background-color: #fff1f1;
border-radius: 9px;
color: #ff5a5a;
font-weight: normal;
font-size: 26rpx;
padding: 3px 5px;
word-break: keep-all;
}
.order-box .fans-list .fans-item .time {
font-size: 26rpx;
color: #6b6b6b;
}
.order-box .fans-list .fans-item .pay-box {
font-size: 26rpx;
}
.order-box .fans-list .fans-item .pay-box .num {
color: #ff5a5a;
}
/* tab */
#extension-box .tab-head {
display: flex;
width: 84vw;
margin: 0 auto;
border-radius: 20rpx;
overflow: hidden;
background-color: #e9e9e9;
}
/* .tab-head .tab-bg-part {
background: transparent;
} */
.tab-head .tab-active {
background-color: var(--color);
color: #333;
}
.tab-head .van-tabs__line {
display: none;
}
.van-tabs__scroll {
background: transparent !important;
}
/* 文本超出省略 */
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap;
}
.icon-member_kefu {
background: none;
background-size: 0rpx;
}
.icon-member_kefu::before {
content: "\ea6f";
}
.service-box {
position: fixed;
top: 435px;
z-index: 6;
color: var(--color);
font-size: 45px !important;
}