account.wxss 2.0 KB
.top image {
    width: 100%;
}
.top{
    height: 400rpx;
    overflow: hidden;
}
.nav {
    position: relative;
    text-align: center;
}
.nav-1{
    position: absolute;
    width: 168rpx;
    height: 168rpx;
    overflow: hidden;
    border-radius: 50%;
    left: 44rpx;
    top: -84rpx;
}
.nav-1 image {
    width: 168rpx;
}

.anniu {
    width: 258rpx;
    height: 73rpx;
    line-height: 73rpx;
    margin: 0 auto;
    margin-top: 28rpx;
    border-radius: 86rpx;
    background: #f8f8f8;
}

.cy {
    background: #FFC83D;
    color: #000000 !important;
    font-weight: 600;
}

.butm {
    width: 170rpx;
    height: 73rpx;
    text-align: center;
    line-height: 73rpx;
    margin-top: 28rpx;
    border-radius: 86rpx;
    color: #8B8B8D;
}

.butm-0 .butm:last-child {
    width: 228rpx;
}

.butm-0 {
    margin: 48rpx 0rpx 44rpx;
    display: flex;
    justify-content: space-around;
}

/* 学院简介 */
.text {
    padding: 0 32rpx;
    font-size: 30rpx;
    line-height: 56rpx;

}

/* 学院动态 */
.box-stu {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 670rpx;
    height: 224rpx;
    border-radius: 32rpx;
    margin: 72rpx auto;
    padding: 32rpx;
    background: #f8f8f8;
}

.stu-1 {
    height: 125rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 32rpx;
    font-weight: 600;
   
}

.stu-1 text {
    font-size: 24rpx;
    color: rgba(196, 196, 196, 1);
}

.box-stu image {
    width: 220rpx;
    height: 136rpx;
    border-radius: 16rpx;
}

/*  */
.sister_wrap {
    margin: 0 32rpx;

}

.sister {
    margin-top: 44rpx;
    width: 310rpx;
    border-radius: 32rpx;
    background: rgba(248, 248, 248, 1);
    text-align: center;
padding-top: 20px;
}

.sister image {
    margin-top: -30rpx;
    width: 136rpx;
    height: 136rpx;
    border-radius: 48rpx;
}

.name {
    margin: 20rpx 0;
}

.aihao {
    padding: 0 20rpx;
    color: rgba(196, 196, 196, 1);
    font-size: 24rpx;
    font-weight: 400;
}