Commit e344f711 authored by 黄奎's avatar 黄奎

字体大小,购物车底部调整

parent 7d1aefea
......@@ -146,6 +146,7 @@
export default {
data() {
return {
pageTitle: '学员录入',
title: '选择就读学校',
u: {},
School_Id: '', //要传的校区id
......@@ -186,6 +187,11 @@
created() {
this.u = uni.getStorageSync("mall_UserInfo");
},
mounted() {
uni.setNavigationBarTitle({
title: this.pageTitle,
});
},
methods: {
// 提交表单
registered() {
......
......@@ -62,7 +62,7 @@
{{ item.GoodsName}}
</view>
<view style="width: 440rpx;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;" v-if="IsEducation!=1">
<Text v-for="(attr, inde2x) in item.SpecificationList" :key="inde2x" style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;">
<Text v-for="(attr, inde2x) in item.SpecificationList" :key="inde2x" style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
{{ attr}}
</Text>
</view>
......@@ -77,11 +77,11 @@
</view>
</view>
<!-- 新增上课时间 -->
<Text v-if='u.TenantId==27&&item.EduData.ClassTime' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;">
<Text v-if='u.TenantId==27&&item.EduData.ClassTime' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
上课时间:{{item.EduData.ClassTime}}
</Text>
<!-- 课程数量 -->
<Text v-if='u.TenantId==27&&item.EduData.ClassNum' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;">
<Text v-if='u.TenantId==27&&item.EduData.ClassNum' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
课程数量:{{item.EduData.ClassNum}}
</Text>
......@@ -96,7 +96,7 @@
</view>
<!-- 新增绑定物品 -->
<view v-if='u.TenantId==27' v-for="(attr2, inde4x) in item.GoodsRelevanceList" :key="inde4x">
<Text v-if='attr2.RelevanceName' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;">
<Text v-if='attr2.RelevanceName' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
已选物品:{{attr2.RelevanceName}}
</Text>
<view v-if='attr2.RelevancePrice' style="font-size: 30rpx;" :style="{ color: pricecolor }">
......@@ -215,7 +215,8 @@
},
mounted() {
let currentPages = getCurrentPages();
let c = this.$uiConfig.is_bang ? 80 : 52;
// let c = this.$uiConfig.is_bang ? 80 : 52;
let c = this.$uiConfig.is_bang ? 80 : 65;
this.bottommargin = c - 2 + 'px';
this.listbottom = c + 44 + 'px';
this.contentHeight = this.$utils.calcContentHeight(c - 42) + 'px';
......
......@@ -876,11 +876,11 @@
}
.switch-box2 {
font-size: 25rpx;
font-size: 28rpx;
}
.switch-box3 {
font-size: 18rpx;
font-size: 24rpx;
color: #999;
}
......
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