调整样式

This commit is contained in:
liuyuan
2025-03-10 11:34:10 +08:00
parent 216c44164e
commit fa7042ca2d

View File

@@ -66,8 +66,7 @@
<view class="right">
<u-icon v-if="userVip==null&&slotProps.data.type != 0&&slotProps.data.isBuy!=1"
@click="handleClickGetGoodsList(slotProps.data)" class="editIcon" name="shopping-cart-fill"
color="#FF2B57" size="30"
style="display: inline-block; margin-left: 10rpx"></u-icon>
color="#FF2B57" size="28"></u-icon>
<text v-if="slotProps.data.type == 0&&userVip==null&&slotProps.data.isBuy!=1" style="color: #fff; font-size: 12px" class="fdButtonBox aui-text-success"
@click="handleClickGetGoodsList(slotProps.data)">领取课程</text>
@@ -1086,7 +1085,7 @@
background: #294a97;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 42rpx;
font-size: 40rpx;
font-weight: bold;
letter-spacing: 4rpx;
}
@@ -1167,7 +1166,7 @@
.right {
position: absolute;
right: 0;
right: 0rpx;
}
}
@@ -1187,10 +1186,10 @@
color: #33435d;
margin-left: 20rpx;
font-size: 24rpx;
padding: 0 20rpx;
border-bottom: 2rpx dotted #33435d;
text {
display: inline-block;
margin: 0 10rpx;
letter-spacing: 1rpx;
}