|
@@ -598,7 +598,7 @@ export default {
|
|
|
text-align: center;
|
|
|
font-size: 0.24 * 13.3vw;
|
|
|
color: #a0a0a0;
|
|
|
- border: 1px solid #a0a0a0;
|
|
|
+ border: 1px solid #fff;
|
|
|
border-radius: 0.05 * 13.3vw;
|
|
|
letter-spacing: 0.02 * 13.3vw;
|
|
|
position: relative;
|
|
@@ -611,7 +611,7 @@ export default {
|
|
|
}
|
|
|
.blueName {
|
|
|
color: #003adf;
|
|
|
- border: 1px solid #003eee;
|
|
|
+ border: 3px solid #003eee;
|
|
|
}
|
|
|
.blueBg {
|
|
|
color: #003adf;
|
|
@@ -732,7 +732,6 @@ export default {
|
|
|
.orangeBtn {
|
|
|
width: 1.5 * 13.3vw;
|
|
|
height: 0.68 * 13.3vw;
|
|
|
-
|
|
|
border-radius: 0.34 * 13.3vw;
|
|
|
color: #fff;
|
|
|
font-size: 0.34 * 13.3vw;
|