|
@@ -1,5 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<view class="container qualifications" :style="{paddingBottom :isIphoneX ? (218+68)+'rpx' : '218rpx'}">
|
|
<view class="container qualifications" :style="{paddingBottom :isIphoneX ? (218+68)+'rpx' : '218rpx'}">
|
|
|
|
+ <view class="qualifications-title">
|
|
|
|
+ 若发货商品内存在仪器类商品,建议填写下列商品信息再发货
|
|
|
|
+ </view>
|
|
<view class="qualifications-content">
|
|
<view class="qualifications-content">
|
|
<view class="list" v-for="(item,index) in qualificationsList" :key="index">
|
|
<view class="list" v-for="(item,index) in qualificationsList" :key="index">
|
|
<view class="list-view-title">
|
|
<view class="list-view-title">
|
|
@@ -192,6 +195,15 @@
|
|
height: auto;
|
|
height: auto;
|
|
background:#F7F7F7;
|
|
background:#F7F7F7;
|
|
}
|
|
}
|
|
|
|
+ .qualifications-title{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 72rpx;
|
|
|
|
+ line-height: 72rpx;
|
|
|
|
+ font-size: $font-size-24;
|
|
|
|
+ background-image: linear-gradient(270deg, #ffffff 0%, rgba(225,86,22,0.1) 51%, #ffffff 100%);
|
|
|
|
+ color: $color-system;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
.qualifications-content{
|
|
.qualifications-content{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: auto;
|
|
height: auto;
|
|
@@ -362,7 +374,6 @@
|
|
.btn{
|
|
.btn{
|
|
width: 236rpx;
|
|
width: 236rpx;
|
|
height: 56rpx;
|
|
height: 56rpx;
|
|
- background-color: #FFF;
|
|
|
|
border-radius: 28rpx;
|
|
border-radius: 28rpx;
|
|
border: 1px solid $color-system;
|
|
border: 1px solid $color-system;
|
|
line-height: 56rpx;
|
|
line-height: 56rpx;
|