|
@@ -151,7 +151,7 @@
|
|
|
<view class="single-info">
|
|
|
<view class="item">姓名:{{singleInfo.name}}</view>
|
|
|
<view class="item">身份证号码:{{singleInfo.idcard|maskID}}</view>
|
|
|
- <view class="item">座位:{{singleInfo.seatName}}</view>
|
|
|
+ <view class="item seat-name">座位:{{singleInfo.seatName}}</view>
|
|
|
<view class="item">状态:{{singleInfo.qrcodeStatus|filterSingleState}}</view>
|
|
|
</view>
|
|
|
<template v-if="orderDetails.supportQrcode">
|
|
@@ -687,9 +687,9 @@
|
|
|
overflow: hidden;
|
|
|
margin-bottom: 24rpx;
|
|
|
.top{
|
|
|
- padding: 36rpx 24rpx;
|
|
|
+ padding: 20rpx;
|
|
|
background: #F9FAFD;
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
font-weight: 400;
|
|
|
color: #7F7F7F;
|
|
|
}
|
|
@@ -733,7 +733,7 @@
|
|
|
border-radius: 20rpx;
|
|
|
padding: 36rpx 24rpx;
|
|
|
.title{
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #2D2D2D;
|
|
|
padding-bottom: 20rpx;
|
|
@@ -841,7 +841,7 @@
|
|
|
}
|
|
|
.viewers-list{
|
|
|
.item{
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
color: #333;
|
|
|
margin-bottom: 10px;
|
|
|
.qrbtn{
|
|
@@ -870,6 +870,10 @@
|
|
|
font-weight: 400;
|
|
|
color: #363636;
|
|
|
margin-bottom: 10rpx;
|
|
|
+ &.seat-name{
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.singleQrcode{
|