home.wxss 5.75 KB
/**userCenter.wxss**/
.container {
    border-top: 1rpx solid #eee;
}
.userinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.userinfo-avatar {
    width: 128rpx;
    height: 128rpx;
    margin: 50rpx;
    border-radius: 50%;
}

.userinfo-nickname {
    color: #aaa;
}

page {
    display: block;
    min-height: 100%;
    background-color: #f0f0f0;
}

.my-page .user-info {
    display: flex;
    position: relative;
    color: #fff;
    font-size: 34rpx;
    line-height: 200rpx;
    height: 200rpx;
    background-color: #fff;
}

.header_bg {
    position: absolute;
    width:100%;
    /* height: 5.5rem; */
    height:220rpx;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.my-page .user-info .user-avatar {
    float: left;
    position: absolute;
    left: 30rpx;
    top: 50%;
    width: 100rpx;
    height: 100rpx;
    margin-top: -50rpx;
    background-size: 100%;
    border-radius: 50%;
    background: white;
}

.my-page .user-info .username {
    position: absolute;
    left: 138rpx;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
    font-size: 32rpx;
    font-family: PingFang-SC-Medium;
    color: #222222;
    letter-spacing: -0.39rpx;
    padding-left: 34rpx;
}

.login-btn {
    display: relative;
    font-size: 32rpx;
    top: 35%;
    width: 180rpx;
    height: 66rpx;
    line-height: 64rpx;
    text-align: center;
    border-radius: 0;
    border: 1rpx solid #e0e0e0!important;
    outline: none;
    color: #222222!important;
}

.my-page .my-order {
    background: #fff;
}

.my-page .my-order .order-title {
    display: block;
    padding: 0 .75rem;
    font-size: 32rpx;
    font-weight: 500;
    line-height: 2.2rem;
    border-top: 1px solid #e0e0e0;
}

.my-order-title {
    height: 100rpx;
    display: flex;
    padding: 0 .75rem;
    padding-right: 0;
    font-size: 32rpx;
    /* font-weight: 500; */
    line-height: 2.2rem;
    border-top: 1px solid #e0e0e0;
    flex-direction: row;
    align-items: center;
}

.my-page .my-order .order-type {
    padding: .5rem 0;
    text-align: center;
    border-top: 0.5rpx solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
}


.my-page .my-order .order-type .type-item {
    position: relative;
    float: left;
    color: #444;
    font-size: 24rpx;
    line-height: 1.5;
    flex: 1;
}
.red-point{
    display:block;
    background:#d0021b;
    border-radius:50%;
    padding: 4rpx;
    width:wrap;
    height:wrap;
    min-width: 30rpx;
    min-height: 30rpx;
    top:0rpx;
    right:76rpx;
    position:absolute;
    font-size: 22rpx;
    color: white;
}

.service-text {
    font-size: 24rpx;
    color: #aeaeae;
}

.view-splite {
    height:20rpx;
    border-top: 0;
    border-bottom: 0;
}

.icon-image {
    width:60rpx;
    height:60rpx;
}

.img-bind {
    width: 80rpx;
    height: 38rpx;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 4.7rem;
}

.vip-icon-image {
    width: 70rpx;
    height: 40rpx;
    display: flex;
    position: absolute;
    top:130rpx;
    /* bottom: 110rpx; */
    /* left: 4.7rem; */
    left: 190rpx;
}

.my-page .action-item {
    background: #fff;
    display: flex;
    border-top: 1px solid #e0e0e0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 100rpx;
}

.my-page .action-item.address {
    border-top: 0;
}

.my-page .action-item .item-sub-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1
}

.my-page .action-item .left-icon-image {
    margin-left: 30rpx;
    width: 60rpx;
    height: 60rpx;
}

.my-page .action-item .address-title {
    display: flex;
    margin-left: 20rpx;
    font-size: 32rpx;
    font-weight: 500;
    line-height: 2.2rem;
    flex-direction: row;
    margin-right: 10rpx;
    color: #444444;
}

.my-page .action-item .arrow-text {
    text-align: center;
    /* margin-right: 10rpx; */
    color: #aeaeae;
    font-size:29rpx;
}
.arrow-text {
    text-align: center;
    /* margin-right: 10rpx; */
    color: #aeaeae;
    font-size:29rpx;
}
.my-page .action-item .arrow-image {
    /* text-align: center;
    margin-right: 30rpx;
    color: #aeaeae;
    font-size:29rpx; */
    height: 30rpx;
    width: 30rpx;
    margin-right:20rpx
}
.arrow-image {
    /* text-align: center;
    margin-right: 30rpx;
    color: #aeaeae;
    font-size:29rpx; */
    height: 30rpx;
    width: 30rpx;
    margin-right:20rpx
}

.my-page .my-service {
    padding: .5rem .75rem;
}

.my-page .my-service .service-type {
    text-align: left;
}

.sectionContainer {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.sectionLine {
    background-color: #e0e0e0;
    height: 3rpx;
    width: 120rpx;
    margin-left: 20rpx;
    margin-right: 20rpx;
}

.sectionTitle {
    line-height: 80rpx;
    color: #444444;
    text-align:center;
    vertical-align:center;
    font-family: PingFang SC;
    font-size: 32rpx;
    font-weight: bold;
}

.likeContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.titleContainer{
    background-color: white;
    border-bottom: 0.5rpx solid #e0e0e0;
    display: flex;
    flex-direction: row;
    height: 80rpx;
    align-items:center;
}
.titleLine{
    width: 4rpx;
    height: 30rpx;
    background-color: #444444;
    margin-left: 20rpx;
}
.titleDesc{
    flex: 1;
    text-align: left;
    font-family: PingFang SC;
    font-size: 30rpx;
    margin-left: 16rpx;
    font-weight: 600;
    color: #444444;
}

.new_head_bg{
    height: 220rpx;
    width: 100%;
}

.product-list {
    background-color: #fff;
    padding: 0 0 60rpx 0;
}