detail.wxss 2.7 KB
/* pages/my/my-wallet/detail/detail.wxss */
.content {
    padding: 30rpx 10rpx 0 10rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.section {
    /* padding: 0 30rpx 30rpx 30rpx; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('http://pk86rwhci.bkt.clouddn.com/pink-bg.png');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}
.detail {
    height: 100%;
    padding:60rpx 40rpx 20rpx 40rpx;
    position: relative;
}
.head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    border-bottom: 1rpx solid #f2f2f2;
}
.head image {
    width: 96rpx;
    height: 96rpx;
    border-radius: 50%;
}
.head  .name {
    font-size: 28rpx;
    color: #333333;
    margin: 10rpx 0;
}
.head .phone {
    font-size: 26rpx;
    color: #666666;
    margin-bottom: 10rpx;
}
.head .num {
    font-size: 24rpx;
    color: #999999;
    margin-bottom:30rpx;
}
.area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.area .title {
    font-size: 34rpx;
    color: #333333;
    margin-bottom: 12rpx;
}
.restaurant-name {
    font-size: 24rpx;
    color: #333333;
    margin-bottom: 10rpx;

}
.date {
    font-size: 24rpx;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10rpx;

}
.area .time {
    color: #666666;
    font-size: 24rpx;
    margin-bottom: 20rpx;

}
.area .address {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 24rpx;
}
.area .address text {
    margin-right: 10rpx;
}
.icon-location {
    font-size: 32rpx;
    color: #cccccc;
}
.people .title {
    color: #333333;
    font-size: 24rpx;
    font-weight: bold;
    margin: 20rpx 0;
}
.people .list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30rpx;
}
.people .list image {
    width: 40rpx;
    height: 40rpx;
    border-radius: 50%;
    margin-right: 30rpx;
}
.people-name {
    color: #666666;
    font-size: 22rpx;
    margin-right: 42rpx;
}
.people-phone {
    color: #666666;
    font-size: 20rpx;
}
.bg {
    background-color: #fff;
    border-radius: 10rpx;
    padding: 28rpx 40rpx 20rpx 40rpx; 
}
.detail .code {
    width: 100%;
    /*margin-top: 54rpx;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 160rpx;
    left:50%;
    transform: translate(-50%);
    border-bottom: 20rpx circle #fff;
}
.detail .code .code-num {
    width: 70%;
    height: 136rpx;
    border:1rpx solid #f2f2f2;
}
.line {
    width: 100%;
    height: 10rpx;
    border-bottom: 16rpx dotted #fff;
}