@@ -348,7 +348,7 @@
}
.van-tag--default {
- color: var(--van-tag-text-default-color);
+ color: #777;
.van-tag--primary {
@@ -369,6 +369,7 @@
padding-top: 0 !important;
padding-bottom: 0 !important;
border: 1px solid #9FE2DE !important;
+ user-select: none;
.file {
@@ -448,6 +449,7 @@
.listenAudioShow {
overflow: hidden;
+ border-radius: 20px !important;
:global {
.van-popup__close-icon {
color: #6F7F7C;
@@ -76,6 +76,11 @@
width: 100%;
height: 100%;
+
+ .van-slider__button {
+ background: #2CC4A8;
+ box-shadow: none;
+ }
@@ -308,7 +308,7 @@
.sliderPopup {
position: absolute;
z-index: 9999;
- left: 104px;
+ left: 93px;
bottom: 46px;
display: flex;
align-items: center;
@@ -27,7 +27,7 @@
.van-search {
- padding-bottom: 0;
+ // padding-bottom: 0;
align-items: flex-start;