Commit ebd9aa43 authored by 黄奎's avatar 黄奎

样式修改

parent 04c0a8e4
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<!-- 新加div --> <!-- 新加div -->
<view class="cent-box"> <view class="cent-box">
<div class="good-img" style="position: relative;"> <div class="good-img" style="position: relative;">
<image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;"> <image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;border-radius: 10rpx;">
<image <image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png"
v-if="cx.totalStock==0" v-if="cx.totalStock==0"
...@@ -616,16 +616,18 @@ ...@@ -616,16 +616,18 @@
.Teachers { .Teachers {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
height: 110rpx;
} }
.cart-box { .cart-box {
display: flex; display: flex;
align-items: center; /* align-items: center; */
align-items: flex-end;
} }
.portrait-box { .portrait-box {
display: flex; display: flex;
align-items: center; /* align-items: center; */
} }
.portrait { .portrait {
...@@ -656,6 +658,7 @@ ...@@ -656,6 +658,7 @@
height: 100%; height: 100%;
width: 1px; width: 1px;
flex: 1; flex: 1;
background-color: #F0F0F0;
} }
.catstyle4 .van-tabs__line { .catstyle4 .van-tabs__line {
...@@ -679,30 +682,34 @@ ...@@ -679,30 +682,34 @@
} }
.catstyle4 .good { .catstyle4 .good {
border-bottom: 1rpx solid #f1f1f1; /* border-bottom: 1rpx solid #f1f1f1; */
/* display: flex; */ /* display: flex; */
padding: 10px 0; padding: 20rpx 20rpx;
background-color: #fff;
margin-bottom: 20rpx;
border-radius: 20rpx;
} }
.catstyle4 .good .good-img { .catstyle4 .good .good-img {
width: 77px; width: 120rpx;
height: 126rpx; height: 90rpx;
} }
.catstyle4 .good .good-info .good-name { .catstyle4 .good .good-info .good-name {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 1;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
margin-bottom: 3px; margin-bottom: 3px;
font-size: 14px; font-size: 30rpx;
/* height: 36px; */ /* height: 36px; */
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold;
} }
.catstyle4 .good .good-info { .catstyle4 .good .good-info {
margin-left: 5px; margin-left: 20rpx;
width: 1px; width: 1px;
flex: 1; flex: 1;
min-height: 70px; min-height: 70px;
...@@ -744,6 +751,7 @@ ...@@ -744,6 +751,7 @@
.sell2 { .sell2 {
font-size: 12px; font-size: 12px;
color: gray; color: gray;
margin-top: 10rpx;
} }
.catstyle4 .right-slider .adbox { .catstyle4 .right-slider .adbox {
......
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