index.wxss 1.83 KB
/* pages/me/index.wxss */
.header {
    width: 100%;
    height: 224rpx;
    background-color: #fff;
    border-radius: 16rpx;
    box-sizing: border-box;
    margin-top: 30rpx;
    padding: 12rpx 0rpx 0 50rpx;
    display: flex;
    align-items: center;
}

.header .avatar {
    width: 160rpx;
    height: 160rpx;
    border-radius: 50%;
    margin-right: 32rpx;
}

.header .name {
    font-family: PingFangSC-Medium, PingFang SC;
    color: #000;
}

.header .username {
    font-weight: 500;
    font-size: 40rpx;
    line-height: 40rpx;
    margin-bottom: 12rpx;
}

.header .company {
    box-sizing: border-box;
    height: 40rpx;
    line-height: 40rpx;
    color: rgba(0, 0, 0, 0.55);
    font-size: 28rpx;
}

.btn {
    margin-top: 30rpx;
}

.zong-content {
    padding: 10rpx 0;
    width: 100%;
    height: 324rpx;
    margin-top: 24rpx;
    border-radius: 16rpx;
    background-color: #fff;
}

.label {
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 28rpx;
    height: 66rpx;
    line-height: 66rpx;
    /* padding: 5px; */
}

.input {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 28rpx;
}
.editClass{
    color: #597BFF;
    font-size: 32rpx !important;
    font-weight: 600 !important;
    right: 25rpx;
}
.vanField .van-field__body{
    height: 66rpx;
    line-height: 66rpx;
}

.items{
    margin-top: 24rpx;
    border-radius: 16rpx;
    background-color: #fff;
    padding: 5px 10rpx 5rpx 23rpx;
}
.items .item {
    width: 100%;
    height: 100rpx;
    display: flex;
    align-items: center;
    color: rgba(0,0,0,0.9);
    font-size: 28rpx;
    box-sizing: border-box;
    padding: 0 23rpx 0 17rpx;
    position: relative;
    border-bottom: 1rpx solid #E1E1E1;
}
.items .logout{
    border-width: 0;
}
.items .item .arrow {
    position: absolute;
    right: 38rpx;
    color: rgba(0, 0, 0, .2);
    width: 24rpx;
    height: 24rpx;
}