提交 10cce824 编写于 作者: 张磊's avatar 张磊

new ui

上级 a79115f7
...@@ -626,7 +626,8 @@ export default { ...@@ -626,7 +626,8 @@ export default {
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
font-size: 18px; font-size: 18px;
font-weight: bold; color: #212121;
font-weight: 600;
} }
.protocol-text{ .protocol-text{
height: 400PX; height: 400PX;
...@@ -647,7 +648,7 @@ export default { ...@@ -647,7 +648,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-weight: 500; font-weight: 600;
margin: 0 auto; margin: 0 auto;
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
...@@ -690,7 +691,7 @@ export default { ...@@ -690,7 +691,7 @@ export default {
flex: 1; flex: 1;
height: 50px; height: 50px;
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 600;
line-height: 50px; line-height: 50px;
letter-spacing: 3px; letter-spacing: 3px;
color: #00BDA5; color: #00BDA5;
......
...@@ -40,9 +40,7 @@ ...@@ -40,9 +40,7 @@
height: auto; height: auto;
background: #ffffff; background: #ffffff;
border-radius: 10px; border-radius: 10px;
margin-bottom: 10px; padding-bottom: 20px;
padding-top: 20px;
padding-bottom: 40px;
.success-title{ .success-title{
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
......
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
const {detectionRecordId, yunOrderNo} = this.$route.query; const {detectionRecordId, yunOrderNo} = this.$route.query;
this.detectionRecordId = detectionRecordId; this.detectionRecordId = detectionRecordId;
this.yunOrderNo = yunOrderNo; this.yunOrderNo = yunOrderNo;
this.init(); // this.init();
}, },
mounted() { mounted() {
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册