浏览代码

修改景区门票

zs 1 年之前
父节点
当前提交
21c7aad836

+ 14 - 5
pagesHome/ticket/index.vue

@@ -57,10 +57,10 @@
 						<view class="list-scroll-view">
 							<view class="list" v-for="(item, index) in list" :key="index">
 								<view class="left">
-									<view class="name">{{item.name||'暂无'}}</view>
-									<view class="type">#{{item.zhType||'暂无'}}</view>
-									<view class="other">
-										已售{{item.buy_num||0}}|购买须知
+									<view class="name textOne">{{item.name||'暂无'}}</view>
+									<view class="type textOne">#{{item.zhType||'暂无'}}</view>
+									<view class="other textOne">
+										已售 {{item.buy_num||0}} | 购买须知
 										<text class="iconfont icon-dayuhao"></text>
 									</view>
 								</view>
@@ -356,7 +356,7 @@
 					display: flex;
 					justify-content: space-between;
 					align-items: center;
-					font-size: var(--font14Size);
+					font-size: var(--font13Size);
 
 					.right {
 						display: flex;
@@ -454,6 +454,9 @@
 						border-radius: 5px;
 
 						.left {
+							padding: 2vw 0;
+							width: 55vw;
+
 							.name {
 								padding: 2vw 0;
 								font-size: var(--font18Size);
@@ -469,13 +472,19 @@
 							.other {
 								color: var(--f69Color);
 								font-size: var(--font12Size);
+
+								.iconfont {
+									font-size: 14px;
+								}
 							}
 						}
 
 						.right {
+							width: 28vw;
 							display: flex;
 							flex-direction: column;
 							justify-content: space-between;
+							padding: 2vw 0;
 
 							.money {
 								color: var(--fF0Color);

文件差异内容过多而无法显示
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesHome/ticket/index.js.map


文件差异内容过多而无法显示
+ 1 - 1
unpackage/dist/dev/mp-weixin/pagesHome/ticket/index.wxml


+ 10 - 1
unpackage/dist/dev/mp-weixin/pagesHome/ticket/index.wxss

@@ -74,7 +74,7 @@
   display: flex;
   justify-content: space-between;
   align-items: center;
-  font-size: var(--font14Size);
+  font-size: var(--font13Size);
 }
 .main .bottom .two .two_3 .right.data-v-1ae5c169 {
   display: flex;
@@ -152,6 +152,10 @@
   margin: 2vw 2vw 0 2vw;
   border-radius: 5px;
 }
+.main .bottom .thr .thr_4 .list .left.data-v-1ae5c169 {
+  padding: 2vw 0;
+  width: 55vw;
+}
 .main .bottom .thr .thr_4 .list .left .name.data-v-1ae5c169 {
   padding: 2vw 0;
   font-size: var(--font18Size);
@@ -166,10 +170,15 @@
   color: var(--f69Color);
   font-size: var(--font12Size);
 }
+.main .bottom .thr .thr_4 .list .left .other .iconfont.data-v-1ae5c169 {
+  font-size: 14px;
+}
 .main .bottom .thr .thr_4 .list .right.data-v-1ae5c169 {
+  width: 28vw;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
+  padding: 2vw 0;
 }
 .main .bottom .thr .thr_4 .list .right .money.data-v-1ae5c169 {
   color: var(--fF0Color);