|
@@ -27,7 +27,7 @@
|
|
|
收藏题
|
|
|
</view>
|
|
|
<view class="choose-text2" style="display: flex">
|
|
|
- <view class=""> 共 {{ wrongListCount }} 题 </view>
|
|
|
+ <view style="color:#2C9956" class=""> 共 {{ wrongListCount }} 题 </view>
|
|
|
<image
|
|
|
@tap.stop="goExercise('wrong')"
|
|
|
mode="widthFix"
|
|
@@ -40,7 +40,7 @@
|
|
|
:hover-stop-propagation="true"
|
|
|
data-type="wrong"
|
|
|
@tap.stop="clearTopics('wrong')"
|
|
|
- style="color: #498ef5"
|
|
|
+ style="color: #ffffff; background: #3ac770"
|
|
|
class="clear"
|
|
|
>
|
|
|
清空错题
|
|
@@ -53,7 +53,7 @@
|
|
|
wrongSyncShow = true;
|
|
|
}
|
|
|
"
|
|
|
- style="color: #498ef5"
|
|
|
+ style="color: #ffffff; background: #3ac770"
|
|
|
class="sync"
|
|
|
>
|
|
|
同步错题
|
|
@@ -84,7 +84,7 @@
|
|
|
<view style="right: 0" class="choose-text1"> 收藏题 </view>
|
|
|
|
|
|
<view class="choose-text2" style="display: flex">
|
|
|
- <view class=""> 共 {{ collectionListCount }} 题 </view>
|
|
|
+ <view style="color:#0273C9" class=""> 共 {{ collectionListCount }} 题 </view>
|
|
|
<image
|
|
|
@tap.stop="goExercise('collect')"
|
|
|
mode="widthFix"
|
|
@@ -97,7 +97,7 @@
|
|
|
:hover-stop-propagation="true"
|
|
|
data-type="collect"
|
|
|
@tap.stop="clearTopics('collect')"
|
|
|
- style="color: #00a748"
|
|
|
+ style="color: #ffffff; background: #229af6"
|
|
|
class="clear"
|
|
|
>
|
|
|
清空收藏
|
|
@@ -110,7 +110,7 @@
|
|
|
collectSyncShow = true;
|
|
|
}
|
|
|
"
|
|
|
- style="color: #00a748"
|
|
|
+ style="color: #ffffff; background: #229af6"
|
|
|
class="sync"
|
|
|
>
|
|
|
同步收藏
|
|
@@ -589,7 +589,7 @@ export default {
|
|
|
border-radius: 30rpx;
|
|
|
position: absolute;
|
|
|
bottom: 40rpx;
|
|
|
- width: 200rpx;
|
|
|
+ width: 250rpx;
|
|
|
height: 60rpx;
|
|
|
left: 54rpx;
|
|
|
bottom: 40rpx;
|
|
@@ -604,7 +604,7 @@ export default {
|
|
|
border-radius: 30rpx;
|
|
|
position: absolute;
|
|
|
bottom: 40rpx;
|
|
|
- width: 200rpx;
|
|
|
+ width: 250rpx;
|
|
|
height: 60rpx;
|
|
|
left: 422rpx;
|
|
|
bottom: 40rpx;
|
|
@@ -617,7 +617,6 @@ export default {
|
|
|
}
|
|
|
|
|
|
.goArrow {
|
|
|
- margin-left: 40rpx;
|
|
|
width: 56rpx;
|
|
|
height: 56rpx;
|
|
|
}
|
|
@@ -636,12 +635,14 @@ export default {
|
|
|
}
|
|
|
.choose-text2 {
|
|
|
position: absolute;
|
|
|
- top: 212rpx;
|
|
|
- left: 46rpx;
|
|
|
+ top: 244rpx;
|
|
|
+ right: 46rpx;
|
|
|
color: #1477b4;
|
|
|
width: 100%;
|
|
|
font-size: 38rpx;
|
|
|
display: flex;
|
|
|
+ width: 240rpx;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
img {
|
|
|
width: 100%;
|
|
@@ -651,8 +652,7 @@ export default {
|
|
|
background: linear-gradient(315deg, #cdf2db 0%, #6be69b 100%);
|
|
|
}
|
|
|
.choose-collection {
|
|
|
-
|
|
|
-background: linear-gradient(135deg, #59B6FC 0%, #D5EDFF 100%);
|
|
|
+ background: linear-gradient(135deg, #59b6fc 0%, #d5edff 100%);
|
|
|
}
|
|
|
}
|
|
|
.collectionHeader {
|