This commit is contained in:
杨鹏
2025-10-11 16:06:53 +08:00
parent 0f450c6691
commit 09f8815234
24 changed files with 926 additions and 832 deletions
@@ -382,7 +382,7 @@
&.uni-collapse-item--border {
border-bottom-width: 1px;
border-bottom-color: red;
border-bottom-color: #9251EB;
border-bottom-color: #ebeef5;
}
@@ -527,7 +527,7 @@ $uni-border-1: #dcdfe6 !default;
}
.is-disabled {
border-color: red;
border-color: #9251EB;
background-color: #f7f6f6;
color: #d5d5d5;
.uni-easyinput__placeholder-class {
@@ -11,7 +11,7 @@
</view>
<text class="uni-tab__text">{{ item.text }}</text>
<view class="flex uni-tab__dot-box">
<text v-if="item.info" :class="{ 'uni-tab__dots': item.info > 9 }" class="uni-tab__dot " :style="{'backgroundColor':item.infoBackgroundColor?item.infoBackgroundColor:'#ff0000',
<text v-if="item.info" :class="{ 'uni-tab__dots': item.info > 9 }" class="uni-tab__dot " :style="{'backgroundColor':item.infoBackgroundColor?item.infoBackgroundColor:'#9251EB',
color:item.infoColor?item.infoColor:'#fff'
}">{{ item.info }}</text>
</view>
@@ -217,7 +217,7 @@
color: #ffffff;
text-align: center;
font-size: 12px;
background-color: #ff0000;
background-color: #9251EB;
border-radius: 15px;
}
@@ -4,7 +4,7 @@
<!-- #endif -->
<view class="uni-list-ad">
<view v-if="borderShow" :class="{'uni-list--border':border,'uni-list-item--first':isFirstChild}"></view>
<ad style="width: 200px;height: 300px;border-width: 1px;border-color: red;border-style: solid;" adpid="1111111111"
<ad style="width: 200px;height: 300px;border-width: 1px;border-color: #9251EB;border-style: solid;" adpid="1111111111"
unit-id="" appid="" apid="" type="feed" @error="aderror" @close="closeAd"></ad>
</view>
<!-- #ifdef APP-NVUE -->
@@ -72,7 +72,7 @@
<style lang="scss" >
.uni-list-ad {
position: relative;
border: 1px red solid;
border: 1px #9251EB solid;
}
.uni-list--border {