mine_experience.wxss 1.7 KB
/* pages/mine_experience/mine_experience.wxss */

.layer_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

page {
    background: #f9f9f9;
}

.box {
    margin-top: 24rpx;
    background: #fff;
    padding: 0 48rpx;
    box-sizing: border-box;
}

.top {
    padding: 36rpx 0 40rpx;
    box-sizing: border-box;
    border-bottom: 1rpx solid rgba(235, 235, 235, 1);
}

.input {
    font-size: 32rpx;
    font-weight: 400;
    color: rgba(6, 18, 30, 1);
}

.input-left {
    margin-left: 25rpx;
    font-size: 30rpx;
}

.input-right {
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(140, 145, 152, 1);
}

input {
    font-size: 30rpx;
    width: 500rpx;
}

.bottom {
    /* margin-top: 36rpx; */
    padding-top: 36rpx;
    box-sizing: border-box;
    height: 260rpx;
    position: relative;
    border-bottom: 1rpx solid rgba(235, 235, 235, 1);
}

.bottom textarea {
    width: 100%;
    height: 100%;
}

.text-right {
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(140, 145, 152, 1);
    text-align: right;
    position: absolute;
    bottom: 16rpx;
    right: 0;
}

.creama {
    margin-top: 40rpx;
    padding-bottom: 40rpx;
}

.img_one {
    width: 180rpx;
    height: 180rpx;
    border: 2rpx solid rgba(140, 145, 152, 1);
    border-radius: 4rpx;
    position: relative;
}

.img_one image {
    width: 52rpx;
    height: 52rpx;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show {
    margin-top: 24rpx;
    background: #fff;
    padding: 40rpx 50rpx;
    box-sizing: border-box;
}

.right {
    width: 76rpx;
    height: 32rpx;
    font-size: 0;
}

.right image {
    width: 100%;
    height: 100%;
}