mine_notice.wxss 864 字节
/* pages/mine_notice/mine_notice.wxss */

page {
    background: #f9f9f9;
}

.top {
    padding: 0 48rpx;
    margin-top: 46rpx;
}

.word {
    font-size: 28rpx;
    font-weight: 400;
    line-height: 40rpx;
    color: rgba(6, 18, 30, 1);
}

.bottom {
    margin-top: 30rpx;
    background: #fff;
    width: 100%;
    padding: 34rpx 0 108rpx;
    box-sizing: border-box
}

.bottom_box {
    padding: 0 32rpx;
    box-sizing: border-box;
}

.title {
    font-size: 28rpx;
    font-weight: 400;
    color: rgba(6, 18, 30, 1);
    text-align: center;
    border-bottom: 1rpx solid rgba(238, 238, 238, 1);
    padding-bottom: 36rpx;
    margin-bottom: 36rpx;
}

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

.list_word {
    font-size: 28rpx;
    font-weight: 400;
    line-height: 40rpx;
    color: rgba(6, 18, 30, 1);
}