| | |
| | | width: 144rpx;
|
| | | height: 56rpx;
|
| | | border-radius: 36rpx;
|
| | | border: 1rpx solid $uni-color-primary;
|
| | | border: 1rpx solid #B2B2B2; |
| | | font-size: 26rpx;
|
| | | color: $uni-color-primary;
|
| | | color: #666666;
|
| | | display: flex;
|
| | | justify-content: center;
|
| | | align-items: center;
|
| | |
| | | width: 144rpx;
|
| | | height: 56rpx;
|
| | | border-radius: 36rpx;
|
| | | border: 1rpx solid $uni-color-primary;
|
| | | border: 1rpx solid #B2B2B2;
|
| | | font-size: 26rpx;
|
| | | color: $uni-color-primary;
|
| | | color: #666666;
|
| | | display: flex;
|
| | | justify-content: center;
|
| | | align-items: center;
|
| | |
| | | },
|
| | | countDown: 0,
|
| | |
|
| | | code: '111'
|
| | | code: ''
|
| | | };
|
| | | },
|
| | | onShow() {
|
| | |
| | | // align-items: center; |
| | | background-color: #fff; |
| | | width: 750rpx; |
| | | height: 70rpx; |
| | | height: 90rpx; |
| | | margin: -10rpx -30rpx 0; |
| | | padding: 12rpx 30rpx; |
| | | padding: 24rpx 30rpx 0; |
| | | .name { |
| | | font-weight: 600; |
| | | font-size: 34rpx; |
| | |
| | | width: 144rpx; |
| | | height: 56rpx; |
| | | border-radius: 36rpx; |
| | | border: 1rpx solid $uni-color-primary; |
| | | border: 1rpx solid #B2B2B2; |
| | | font-size: 26rpx; |
| | | color: $uni-color-primary; |
| | | color: #666666; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | |
| | | </view> |
| | | </view> |
| | | <view class="line switch" @click="showRecord = !showRecord"> |
| | | <view class="">查看品规明细</view> |
| | | <view class="">{{ showRecord ? '收起品规明细' : '查看品规明细'}}</view> |
| | | <u-icon v-if="!showRecord" name="arrow-down" size="12" class="ml6" color='#666666'></u-icon> |
| | | <u-icon v-if="showRecord" name="arrow-up" size="12" class="ml6" color='#666666'></u-icon> |
| | | </view> |
| | |
| | | align-items: center; |
| | | background-color: #fff; |
| | | margin: -10rpx -30rpx 0; |
| | | padding: 16rpx 30rpx 0; |
| | | padding: 20rpx 30rpx 6rpx; |
| | | height: 90rpx; |
| | | .name { |
| | | font-weight: 600; |
| | | font-size: 34rpx; |
| | |
| | | width: 144rpx; |
| | | height: 56rpx; |
| | | border-radius: 36rpx; |
| | | border: 1rpx solid $uni-color-primary; |
| | | border: 1rpx solid #B2B2B2; |
| | | font-size: 26rpx; |
| | | color: $uni-color-primary; |
| | | color: #666666; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |