detail.wxss 3.7 KB
/* pages/my/my-wallet/detail/detail.wxss */
page {
    height: 100%;
}
.content {
    height:100%;
    padding: 30rpx 10rpx 10rpx 10rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
/*background-image: url('http://qiniuyun.wmatchrd.com/fanpiao@2x.png');*/

/*饭票粉色*/
.section {
    height:100%;
    /* padding: 0 30rpx 30rpx 30rpx; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('https://qiniuyun.wmatchrd.com/aicon_03@2x.png');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}
/*活动票黄色*/
.change-bg {
    background-image: url('https://qiniuyun.wmatchrd.com/aicon_01@2x.png');
}
/*灰色*/
.change-bg-end {
    background-image: url('https://qiniuyun.wmatchrd.com/aicon_02@2x.png');
}
.detail {
    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;
    margin-top:30rpx;
}
.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;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30rpx;
}
.people .list image {
    width: 40rpx;
    height: 40rpx;
    border-radius: 50%;
    margin-right: 12rpx;
}
.people-name {
    color: #666666;
    font-size: 22rpx;
    margin-right: 12rpx;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.people-phone {
    color: #666666;
    font-size: 20rpx;
    margin-right:12rpx;
}
.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;*/
}
.detail .code .code-num image {
    width: 100%;
    height: 100%;
}
.line {
    width: 100%;
    height: 10rpx;
    border-bottom: 16rpx dotted #fff;
}
.scroll {
    height: 300rpx;
    /*overflow-y: scroll;*/
    /*display: -webkit-box;*/
    /*-webkit-overflow-scrolling: touch;*/
    display: flex;
    flex-direction: column;
}