张含笑
2025-10-24 14c7fe9cd04e9b6d40b1c284e3147f90088cf6ec
feat:更换单位
3 files modified
119 ■■■■ changed files
src/pages/user/index.vue 46 ●●●● patch | view | raw | blame | history
src/subPackages/userDetail/infos/index.vue 30 ●●●● patch | view | raw | blame | history
src/subPackages/userDetail/password/index.vue 43 ●●●● patch | view | raw | blame | history
src/pages/user/index.vue
@@ -112,13 +112,13 @@
        height: 100%;
        background: url('/src/static/images/user/allBg.svg') no-repeat center center;
        background-size: cover;
        padding-top: 44px;
        padding-top: 88rpx;
    }
    .userName {
        font-family: "Source Han Sans CN";
        font-weight: 500;
        font-size: 18px;
        font-size: 36rpx;
        color: #000000;
    }
@@ -126,71 +126,71 @@
    .departs {
        display: flex;
        align-items: center;
        margin-top: 11px;
        margin-top: 22rpx;
        span {
            font-family: "Source Han Sans CN";
            font-weight: 400;
            font-size: 14px;
            font-size: 28rpx;
            color: rgba(0, 0, 0, 0.6);
            margin-left: 3px;
            margin-left: 6rpx;
        }
    }
    .rightLogo {
        width: 100px;
        height: 40px;
        width: 200rpx;
        height: 80rpx;
    }
       .bottomLogo {
           position: absolute;
           bottom: 25px;
           bottom:50rpx;
           left: 0;
           right: 0;
           margin: 0 auto;
           text-align: center;
       }
    .goOutStyle {
        width: 295px;
        height: 38px;
        width: 590rpx;
        height: 76rpx;
        background: #1D6FE9;
        border-radius: 20px 20px 20px 20px;
        border-radius: 40rpx;
        font-family: "Source Han Sans CN";
        font-weight: 400;
        font-size: 14px;
        font-size: 28rpx;
        color: #FFFFFF;
        text-align: center;
        line-height: 38px;
        line-height: 76rpx;
        margin: auto;
        margin-top: 57px;
        margin-top: 114rpx;
    }
    .personalInformation {
        display: flex;
        justify-content: space-between;
        padding: 0 12px;
        padding: 0 24rpx;
        .message,
        .passwordBox {
            width: 170px;
            height: 80px;
            width: 340rpx;
            height:160rpx;
            .messagebox{
                padding: 10px 12px;
                padding: 20rpx 24rpx;
                font-family: "Source Han Sans CN";
                font-weight: 500;
                font-size: 14px;
                font-size: 28rpx;
                color: #000000;
            }
            .editInfo {
                padding: 10px 12px;
                padding: 20rpx 24rpx;
                color: rgba(0, 0, 0, 0.5);
                font-family: "Source Han Sans CN";
                font-weight: 400;
                font-size: 12px;
                font-size: 24rpx;
                display: flex;
                align-items: center;
                img{
                    width: 14px;
                    height: 14px;
                    width: 28rpx;
                    height: 28rpx;
                }
            }
        }
src/subPackages/userDetail/infos/index.vue
@@ -136,29 +136,29 @@
    }
    .avatarBox {
        width: 114px;
        height: 114px;
        margin: 38px 0;
        width: 228rpx;
        height: 228rpx;
        margin:76rpx 0;
    }
    .detailBox {
        width: 351px;
        min-height: 215px;
        width: 702rpx;
        min-height: 430rpx;
        background: #FFFFFF;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 12rpx;
        box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
        .orderRow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48px;
            border-bottom: 1px solid #f5f5f5;
            height: 96rpx;
            border-bottom: 2rpx solid #f5f5f5;
            color: #7b7b7b;
            padding: 0 12px;
            padding: 0 24rpx;
            .rowTitle {
                font-family: Source Han Sans CN, Source Han Sans CN;
                font-weight: 400;
                font-size: 15px;
                font-size: 30rpx;
                color: #222324;
                white-space: nowrap;
            }
@@ -182,14 +182,14 @@
    .btngroup {
        display: flex;
        position: absolute;
        bottom:75px;
        bottom:150rpx;
    }
    .u-button:first-child{
        margin-right: 15px;
        margin-right: 30rpx;
    }
    
    .custom-style {
        width: 138px;
        height: 38px;
        width: 276rpx;
        height: 76rpx;
    }
</style>
src/subPackages/userDetail/password/index.vue
@@ -109,32 +109,30 @@
    }
    .detailBox {
        margin-top: 20px;
        width: 351px;
        margin-top: 40rpx;
    width: 702rpx;
        min-height: 163px;
        min-height: 326rpx;
        background: #FFFFFF;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 12rpx;
        box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
        .orderRow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48px;
            border-bottom: 1px solid #f5f5f5;
            color: #7b7b7b;
            padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 96rpx;
        border-bottom: 2rpx solid #f5f5f5;
        color: #7b7b7b;
        padding: 0 24rpx;
            .rowTitle {
                font-family: Source Han Sans CN, Source Han Sans CN;
                font-weight: 400;
                font-size: 15px;
                font-size: 30rpx;
                color: #222324;
                white-space: nowrap;
            }
            ::v-deep .u-input {
                border: none !important;
                background: transparent !important;
@@ -151,18 +149,17 @@
        }
    }
    .btngroup {
.btngroup {
        display: flex;
        position: absolute;
        bottom:75px;
        bottom:150rpx;
    }
    .u-button:first-child {
        margin-right: 15px;
    .u-button:first-child{
        margin-right: 30rpx;
    }
    .custom-style {
        width: 138px;
        height: 38px;
        width: 276rpx;
        height: 76rpx;
    }
</style>