zhengjinyi 4 лет назад
Родитель
Сommit
9e5ae0a79c
1 измененных файлов с 12 добавлено и 1 удалено
  1. 12 1
      supplier/pages/deliver/qualifications-add.vue

+ 12 - 1
supplier/pages/deliver/qualifications-add.vue

@@ -1,5 +1,8 @@
 <template>
 	<view class="container qualifications" :style="{paddingBottom :isIphoneX ? (218+68)+'rpx' : '218rpx'}">
+		<view class="qualifications-title">
+			若发货商品内存在仪器类商品,建议填写下列商品信息再发货
+		</view>
 		<view class="qualifications-content">
 			<view class="list" v-for="(item,index) in qualificationsList" :key="index">
 				<view class="list-view-title">
@@ -192,6 +195,15 @@
 		height: auto;
 		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{
 		width: 100%;
 		height: auto;
@@ -362,7 +374,6 @@
 			.btn{
 				width: 236rpx;
 				height: 56rpx;
-				background-color: #FFF;
 				border-radius: 28rpx;
 				border: 1px solid $color-system;
 				line-height: 56rpx;