|
@@ -4,10 +4,10 @@
|
|
|
<text
|
|
|
style="font-weight: 400;margin-top: 40px;text-indent:60px;margin-left: 20px;margin-right: 20px"
|
|
|
>欢迎使用{{app_name}}~你需要阅读并同意<a
|
|
|
- style="color: #F8E2B2;"
|
|
|
+ style="color: #61A9C0;"
|
|
|
@click="gotoPrivacy"
|
|
|
>《隐私政策》</a
|
|
|
- >和<a style="color: #F8E2B2;" @click="gotoRouter">《用户协议》</a
|
|
|
+ >和<a style="color: #61A9C0;" @click="gotoRouter">《用户协议》</a
|
|
|
>方可使用{{app_name}}提供的阅读服务,是否同意?</text
|
|
|
>
|
|
|
|
|
@@ -78,7 +78,7 @@ export default {
|
|
|
height: 80px;
|
|
|
text-align: center;
|
|
|
border-bottom-right-radius: 30px;
|
|
|
- background-color: #F8E2B2;
|
|
|
+ background-color: #61A9C0;;
|
|
|
color: white;
|
|
|
}
|
|
|
.cancel {
|