|
@@ -192,7 +192,7 @@ export default {
|
|
|
color: #ffffff;
|
|
|
font-size: 12px;
|
|
|
line-height: 1;
|
|
|
- background-color: #41969c;
|
|
|
+ background-color: #1f1f1f;
|
|
|
}
|
|
|
.icon_view {
|
|
|
width: 30rpx;
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
}
|
|
|
.card-share-view {
|
|
|
padding: 10rpx;
|
|
|
- color: #41969c !important;
|
|
|
+ color: #1f1f1f !important;
|
|
|
font-size: 36rpx !important;
|
|
|
font-family: texticons;
|
|
|
line-height: 1 !important;
|
|
@@ -258,7 +258,7 @@ button[plain] {
|
|
|
color: #666;
|
|
|
}
|
|
|
.text {
|
|
|
- color: #41969c;
|
|
|
+ color: #1f1f1f;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
</style>
|