|
@@ -66,7 +66,12 @@ watch(
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
height: 4.2rem;
|
|
|
- background: linear-gradient(86deg, rgba(58, 100, 150, 0.26) 0%, #3a6496 17%, #3a6496 59%, rgba(58, 100, 150, 0) 90%);
|
|
|
+ // background: linear-gradient(86deg, rgba(58, 100, 150, 0.26) 0%, #3a6496 17%, #3a6496 59%, rgba(58, 100, 150, 0) 90%);
|
|
|
+
|
|
|
+ border-top: 2px solid rgba(60, 246, 218, 0.16);
|
|
|
+ border-bottom: 2px solid rgba(60, 246, 218, 0.16);
|
|
|
+ background: linear-gradient(90deg, rgba(58, 150, 136, 0.26) 0.01%, #3A9688 19.06%, #3A9688 65.77%, rgba(58, 150, 136, 0.00) 100%);
|
|
|
+
|
|
|
}
|
|
|
.tips-msg {
|
|
|
margin: 0 10rem 0 16rem;
|