mine.wxss 5.1 KB
.layer_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layer_betweens {
    display: flex;
    justify-content: space-between;
}

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

.layer_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

page {
    background: #f9f9f9;
}

.top {
    width: 100%;
    height: 256rpx;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.top_left {
    margin-top: -74rpx;
}

.top_img {
    width: 96rpx;
    height: 96rpx;
    border: 4rpx solid #fff;
    border-radius: 50%;
    position: relative;
}

.vip_icon {
    width: 34rpx;
    height: 34rpx;
    position: absolute;
    bottom: -5rpx;
    right: -7rpx;
}

.vip_icon img {
    width: 100%;
    height: 100%;
}

.top_img image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.top_infor {
    margin-left: 16rpx;
}

.top_name {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.top_word {
    margin-top: 14rpx;
    font-size: 24rpx;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.top_right {
    margin-top: 54rpx;
    height: 40rpx;
    border: 2rpx solid rgba(255, 255, 255, 1);
    border-radius: 12rpx;
    padding: 0 14rpx;
    box-sizing: border-box;
}

.top_set {
    font-size: 24rpx;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.top_icon {
    line-height: 40rpx;
    margin-left: 10rpx;
    color: #fff;
}

.order {
    padding: 0 32rpx;
    box-sizing: border-box;
    margin-top: -70rpx;
}

.my_order {
    padding: 32rpx;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.04);
    border-radius: 20rpx;
}

.order_title {
    font-size: 28rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
    margin-bottom: 20rpx;
}

.order_box {
    padding: 0 16rpx;
    box-sizing: border-box;
}

.order_img {
    width: 56rpx;
    height: 52rpx;
}

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

.order_word {
    margin-top: 16rpx;
    font-size: 26rpx;
    font-weight: 400;
    color: rgba(61, 68, 77, 1);
}

/* 加入理想会员 */

.join {
    width: 686rpx;
    height: 254rpx;
    margin: 18rpx auto 0;
}

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

/* 列表 */

.list {
    margin-top: 26rpx;
    background: #fff;
    padding: 0 32rpx;
    box-sizing: border-box;
}

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

.list_right {
    width: 22rpx;
    height: 22rpx;
    font-size: 0;
}

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

.list_box {
    padding: 34rpx 32rpx;
    box-sizing: border-box;
    border-bottom: 1rpx solid rgba(238, 238, 238, 1);
}

.share_word {
    margin-right: 18rpx;
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(255, 90, 78, 1);
}

.open_vip {
    width: 98rpx;
    border: 2rpx solid rgba(255, 255, 255, 1);
    border-radius: 12rpx;
    margin-top: 10rpx;
}

/* 模态框 */

.modal_box {
    width: 622rpx;
    background: #fff;
    border-radius: 15rpx;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30rpx 32rpx 50rpx;
    box-sizing: border-box;
}

.modal_title {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
    -webkit-text-stroke: 1 rgba(0, 0, 0, 0.00);
    text-stroke: 1 rgba(0, 0, 0, 0.00);
    text-align: center;
    border-bottom: 1rpx solid rgba(238, 238, 238, 1);
    padding-bottom: 32rpx;
}

.modal_word {
    margin-top: 30rpx;
    font-size: 28rpx;
    font-weight: 400;
    line-height: 40rpx;
    color: rgba(140, 145, 152, 1);
    padding: 0 56rpx 48rpx;
    box-sizing: border-box;
    text-align: left;
}

.modal_btn {
    padding: 0 56rpx 0 28rpx;
    box-sizing: border-box;
}

.modal_left {
    width: 214rpx;
    background: rgba(238, 238, 238, 1);
    border-radius: 44rpx;
    font-size: 28rpx;
    font-weight: 500;
    color: rgba(140, 145, 152, 1);
    text-align: center;
    padding: 20rpx 0;
    box-sizing: border-box;
}

.modal_right {
    width: 214rpx;
    background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
    border-radius: 44rpx;
    font-size: 28rpx;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 20rpx 0;
    box-sizing: border-box;
}

/* 海报 */

.poster {
    width: 696rpx;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster_img {
    width: 100%;
    height: 834rpx;
}

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

.poster_btn {
    margin-top: 40rpx;
    background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
    opacity: 1;
    border-radius: 44rpx;
    padding: 26rpx 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 28rpx;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}