浏览代码

代码优化

tanxue 4 月之前
父节点
当前提交
229a396921
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      common/styles/global/pages.scss
  2. 1 1
      pages/study/product/yingyu.vue

+ 1 - 1
common/styles/global/pages.scss

@@ -411,7 +411,7 @@
 	// brand-content
 	.brand-icon,.brand-content{text-align: center;@include single-line-ellipsis;}
 	.brand-icon{width: 170rpx;height: 34rpx;line-height: 34rpx;color: #180b34;margin: 2rpx auto 0;}
-	.brand-content{width: 246rpx;height: 42rpx;line-height: 42rpx;color: #fff;margin: 0 auto;}
+	.brand-content{width: 246rpx;height: 36rpx;line-height: 36rpx;color: #fff;margin: 0 auto;}
 	.brand-lock,.brand-finish-icon{
 		width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
 		position: absolute;transform: translateX(-50%);top: -125rpx;right: 58rpx;}

+ 1 - 1
pages/study/product/yingyu.vue

@@ -21,7 +21,7 @@
 					</view>
 					<view v-if="isVip !== 'VIP'">
 						<!-- 序号 -->
-						<view lass="brand-icon">{{ item.number }}</view>
+						<view class="brand-icon">{{ item.number }}</view>
 						<!-- 锁 -->
 						<view v-if="item.firstFlag !='1'"  class="brand-lock"></view>
 						<!-- 箭头 -->