You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
3.1 KiB
171 lines
3.1 KiB
|
|
.cu-bar .action.mp:first-child > text[class*='wlIcon-'] {
|
|
margin-left: 0;
|
|
}
|
|
.wanl-user {
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
position: relative;
|
|
}
|
|
.wanl-user .user {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.wanl-user .user .avatar {
|
|
position: relative;
|
|
height: 123rpx;
|
|
width: 123rpx;
|
|
border-radius: 5000rpx;
|
|
overflow: hidden;
|
|
border: 3px solid rgba(255, 255, 255, .25);
|
|
}
|
|
.wanl-user .user .avatar image {
|
|
height: 120rpx;
|
|
}
|
|
.wanl-user .user .avatar .tag {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.wanl-user .user .content {
|
|
flex: 1;
|
|
}
|
|
|
|
/* 操作 */
|
|
.wanl-user .operate {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
padding-bottom: 70rpx;
|
|
line-height: 1.3;
|
|
}
|
|
.wanl-user .operate text {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
/* 活动 */
|
|
.wanl-user .activity {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: -80rpx;
|
|
}
|
|
.wanl-user .activity .radius {
|
|
border-radius: 24rpx;
|
|
}
|
|
.wanl-user .activity .cu-avatar {
|
|
width: 69rpx;
|
|
height: 69rpx;
|
|
margin-right: 30rpx;
|
|
background-color: transparent;
|
|
/* border: 1px solid rgba(255,255,255,.6); */
|
|
}
|
|
.wanl-user .activity .content {
|
|
text-align: left;
|
|
height: 68rpx;
|
|
}
|
|
|
|
/* 订单 */
|
|
.wanl-user-order {
|
|
margin-top: 80rpx;
|
|
border-radius: 24rpx;
|
|
background-color: white;
|
|
}
|
|
.wanl-user-order .title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
.wanl-user-order .title text {}
|
|
|
|
/* 状态 */
|
|
.wanl-user-order .project {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
}
|
|
.wanl-user-order .project>view {
|
|
position: relative;
|
|
flex: 1;
|
|
}
|
|
.wanl-user-order .project>view .cu-tag {
|
|
top: -4rpx;
|
|
right: 26rpx;
|
|
}
|
|
.wanl-user-order .project text {
|
|
display: block;
|
|
font-size: 50rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
|
|
/* 物流 */
|
|
.wanl-user-order .logistics {
|
|
background-color: #f9f9f9;
|
|
border-radius: 24rpx;
|
|
}
|
|
.wanl-user-order .logistics .swiper {
|
|
height: 120rpx;
|
|
}
|
|
.wanl-user-order .logistics .swiper .title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 10rpx;
|
|
color: #999999;
|
|
}
|
|
.wanl-user-order .logistics .swiper .cu-avatar {
|
|
margin-right: 10rpx;
|
|
height: 66rpx;
|
|
width: 66rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
.wanl-user-order .logistics .swiper .content .text-df {
|
|
color: #3797e0;
|
|
font-size: 27rpx;
|
|
margin-bottom: 2rpx;
|
|
}
|
|
.wanl-user-order .logistics .swiper .content .text-sm {
|
|
color: #999999;
|
|
}
|
|
.wanl-user-order .logistics .swiper .content text {
|
|
font-size: 32rpx;
|
|
margin-left: 15rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
/* 工具箱 */
|
|
.wanl-user-tool {
|
|
background-color: #ffffff;
|
|
border-radius: 24rpx;
|
|
}
|
|
.wanl-user-tool .title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
.wanl-user-tool .title text {
|
|
margin-left: 2rpx;
|
|
}
|
|
|
|
/* 状态 */
|
|
.wanl-user-tool .list {
|
|
text-align: center;
|
|
}
|
|
.wanl-user-tool .list>view {
|
|
margin-bottom: 28rpx;
|
|
position: relative;
|
|
}
|
|
.wanl-user-tool .list>view .cu-tag {
|
|
top: -8rpx;
|
|
left: 80rpx;
|
|
right: unset;
|
|
}
|
|
.wanl-user-tool .list text {
|
|
display: block;
|
|
font-size: 54rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
|