mine_detail.wxss 3.5 KB
/* pages/mine_detail/mine_detail.wxss */

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

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

page {
    background: #f9f9f9;
}

.top {
    width: 100%;
    height: 232rpx;
    background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
    padding: 56rpx 32rpx;
    box-sizing: border-box;
}

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

.address_infor {
    padding: 0 32rpx;
    box-sizing: border-box;
    margin-top: -88rpx;
}

.card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rpx 16rpx 24rpx rgba(0, 0, 0, 0.02);
    border-radius: 20rpx;
    padding: 52rpx 26rpx 40rpx 32rpx;
    box-sizing: border-box;
}

.card_top {
    border-bottom: 1rpx solid rgba(235, 235, 235, 1);
    padding-bottom: 32rpx;
}

.card_title {
    font-size: 32rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
    margin-right: 32rpx;
}

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

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

.list_icon {
    width: 24rpx;
    height: 30rpx;
    font-size: 0;
}

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

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

.list_img {
    width: 56rpx;
    height: 56rpx;
    font-size: 0;
}

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

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

.card_state {
    margin-top: 24rpx;
    padding-right: 6rpx;
    box-sizing: border-box;
}

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

.state_right {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(255, 90, 78, 1);
}
.person_infor {
    margin-top: 24rpx;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.person_box {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rpx 16rpx 24rpx rgba(0, 0, 0, 0.02);
    border-radius: 20rpx;
    padding: 0 32rpx;
    box-sizing: border-boxs;
}

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

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

.person_rigth {
    margin-left: 60rpx;
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(6, 18, 30, 1);
}

.into {
    margin-right: 32rpx;
}

.policy {
    margin-top: 46rpx;
    padding: 0 24rpx;
    box-sizing: border-box;
}

.policy_top_left {
    width: 48rpx;
    height: 48rpx;
    font-size: 0;
}

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

.policy_top_right {
    margin-left: 10rpx;
    font-size: 28rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.policy_word {
    margin-top: 34rpx;
    font-size: 24rpx;
    font-weight: 400;
    line-height: 34rpx;
    color: rgba(91, 94, 99, 1);
    padding: 0 40rpx;
    box-sizing: border-box;
}

.btn {
    width: 100%;
    padding: 0 52rpx;
    box-sizing: border-box;
    position: fixed;
    bottom: 44rpx;
}

.bot_btn {
    border: 2rpx solid rgba(189, 196, 206, 1);
    font-size: 32rpx;
    font-weight: 500;
    color: rgba(6, 18, 30, 1);
    text-align: center;
    padding: 22rpx 0;
    box-sizing: border-box;
    border-radius: 50rpx;
}