Commit 1c417703 authored by 黄奎's avatar 黄奎

样式调整

parent 8811c653
......@@ -19,7 +19,8 @@
<scroll-view scroll-y class="sku-box">
<view class="sku-item" v-for="(x, i) in g.attr_groups" :key="i">
<view class="sku-title">{{ x.attr_group_name }}</view>
<!--x.isdateformat=1 改成日历模式 -->
<view class="sku-title">{{ x.attr_group_name }} </view>
<view>
<view class="sku-chi" :style="{
background: y.attr_id == x.checkId ? mc : '#eee',
......@@ -29,6 +30,7 @@
<image :src="y.pic_url" class="img" v-if="i == 0 && y.pic_url"></image>
<text class="val">{{ y.attr_name }}</text>
</view>
</view>
</view>
</scroll-view>
......
This diff is collapsed.
......@@ -1273,8 +1273,8 @@
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
/* -webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
font-size: 16px;
/* height: 45px; */
margin-bottom: 10rpx;
......
......@@ -118,14 +118,27 @@
</view>
<!--和平航旅联系人-->
<view class="goods" v-if="mallUserInfo.TenantId==29 && shanglvForm &&shanglvForm.length>0">
<template v-for="(sItem,sIndex) in shanglvForm">
<singleText v-if="sItem.CompKey=='SingleLineText'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></singleText>
<multipleText v-if="sItem.CompKey=='MultiLineText'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></multipleText>
<view class="store">
<text style="margin-left: 10px;">联系人信息</text>
</view>
<view class="addcenter">
<template v-for="(sItem,sIndex) in shanglvForm">
<template v-if="sItem.CompKey=='SingleLineText'">
<view class="addcenter_item2">
<text><text style="color:red;width:5px;" v-show="sItem.CompData.IsRequire">*</text>{{sItem.CompData.Name}}</text>
<input class="uni-input inputM" v-model="sItem.CompData.TextValue" />
</view>
<view style="width: 100%;height: 1px;background: #f5f5f5;" />
</template>
<!-- <multipleText v-if="sItem.CompKey=='MultiLineText'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></multipleText>
<selectChoice v-if="sItem.CompKey=='DorpDownList'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></selectChoice>
<pictureUpload v-if="sItem.CompKey=='ImageUploadComp'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></pictureUpload>
<videoUpload v-if="sItem.CompKey=='VideoUploadComp'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></videoUpload>
<fileType v-if="sItem.CompKey=='CommonUploadComp'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></fileType>
</template>
<fileType v-if="sItem.CompKey=='CommonUploadComp'" :CompData="sItem.CompData" :index='sIndex' @success="datasuccess()"></fileType> -->
</template>
</view>
</view>
<view class="discountbox">
<view class="filed">
......@@ -1075,4 +1088,25 @@
margin-right: 5rpx;
border-radius: 4px;
}
.ordersubmit .addcenter {
background: #FFFFFF;
}
.ordersubmit .addcenter_item2 {
width: 100%;
padding: 20rpx 28rpx;
color: #303133;
font-size: 28rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.ordersubmit .inputM {
margin-left: 20rpx;
width: 70%;
text-align: right;
}
</style>
......@@ -4,7 +4,7 @@ export default {
//Vue.prototype.host2 = "http://192.168.10.128:8200"
//Vue.prototype.host3 = "http://192.168.10.128:8900"//本地
Vue.prototype.host2 = "https://mallApi.oytour.com" //测试
Vue.prototype.host2 = "http://192.168.10.68:5000"
//Vue.prototype.host2 = "http://192.168.10.68:8200"
//进阶思维后台地址
//Vue.prototype.host3 = "http://192.168.10.128:8900"//本地
Vue.prototype.host3 = "https://jjeduapi.oytour.com" //测试
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment