修改bug

This commit is contained in:
duan
2024-05-17 09:29:08 +08:00
parent 6ee3d6a8c9
commit ea60344f02
9 changed files with 351 additions and 301 deletions

View File

@@ -1,7 +1,10 @@
<template>
<view class="onecontent flex-between">
<view class="onecontentleft">
现有{{bannervo.coupons==null?116:bannervo.coupons}}人已免单
现有<text style="color: #FC851E;font-size: 24rpx;">
{{bannervo.coupons==null?116:bannervo.coupons}}
</text>
已免单
</view>
<view class="onecontentright flex-start">
@@ -128,7 +131,7 @@
.onecontentleft {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-weight: 700;
font-size: 24rpx;
color: #333333;
@@ -147,7 +150,7 @@
.onecontentrightimage {
width: 90rpx;
width: 65rpx;
position: relative;
overflow: hidden;
height: 28rpx;
@@ -155,7 +158,7 @@
.swiperPanel {
height: 28rpx;
width: 100%;
width: 100rpx;
overflow: hidden;
position: relative;
@@ -225,7 +228,7 @@
width: 100rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24rpx;
font-size: 20rpx;
color: #333333;
overflow: hidden; //超出的文本隐藏
text-overflow: ellipsis; //溢出用省略号显示

View File

@@ -205,7 +205,10 @@
.therecontent_box_itembox_itemviewthere {
margin-top: 4rpx;
align-items: flex-end;
// align-items: flex-end;
// display: flex;
// align-items: center;
// justify-content: center;
text:nth-child(1) {
font-family: Source Han Sans CN, Source Han Sans CN;
@@ -220,6 +223,7 @@
font-size: 16rpx;
color: #999999;
text-decoration-line: line-through;
margin-top: 10rpx;
}
}
}