update .gitignore

This commit is contained in:
gyq
2025-01-07 10:13:45 +08:00
parent eac369650a
commit 3b45fd92fc
22 changed files with 6 additions and 3734 deletions

View File

@@ -11,9 +11,7 @@
</view>
<view class="record">看到{{ item.courseDetailsName }}</view>
<view class="btm">
<view class="num">
<view v-if="item.courseDetailsCount">更新{{ item.courseDetailsCount }}</view>
</view>
<view class="num">更新{{ item.courseDetailsCount }}</view>
<view class="btn">继续观看</view>
</view>
</view>
@@ -103,7 +101,6 @@ onLoad((e) => {
.info {
display: flex;
flex-direction: column;
gap: 4px;
.title {
font-size: 32upx;
font-weight: bold;
@@ -114,10 +111,15 @@ onLoad((e) => {
.btm {
display: flex;
justify-content: space-between;
padding-top: 28upx;
.num {
color: #999;
}
.btn {
padding: 4upx 12upx;
color: #fff;
background: $uni-zj-color-primary;
border-radius: 10upx;
}
}
}