提交 550791c6 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'develop' of...

Merge branch 'develop' of http://192.168.110.53/com.pica.cloud.frontend/pica-insurance into feature/zjx
...@@ -598,15 +598,16 @@ export default { ...@@ -598,15 +598,16 @@ export default {
} }
.protocol-content{ .protocol-content{
width: 100%; width: 100%;
height: 500PX;
background-color: #ffffff; background-color: #ffffff;
font-size: 12px;
color: #676869; color: #676869;
font-size: 14px;
padding: 15px;
box-sizing: border-box;
.block70{ .block70{
height: 40px; height: 40px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
font-size: 15px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
.protocol-text{ .protocol-text{
...@@ -614,7 +615,6 @@ export default { ...@@ -614,7 +615,6 @@ export default {
overflow-y: scroll; overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
line-height: 2; line-height: 2;
padding: 0 4px;
&>p{ &>p{
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
min-height: 1000px; min-height: 1000px;
...@@ -631,11 +631,13 @@ export default { ...@@ -631,11 +631,13 @@ export default {
justify-content: center; justify-content: center;
font-weight: 500; font-weight: 500;
margin: 0 auto; margin: 0 auto;
margin-top: 10px; position: absolute;
bottom: 10px;
left: calc(50% - 150px);
} }
} }
.binding-code-showInfo{ .binding-code-showInfo{
padding: 24px 24px 0 24px; padding: 12px 12px 0 12px;
.title{ .title{
height: 27px; height: 27px;
font-size: 18px; font-size: 18px;
...@@ -660,8 +662,7 @@ export default { ...@@ -660,8 +662,7 @@ export default {
border-radius: 6px; border-radius: 6px;
border: 1px solid #ADE9E1; border: 1px solid #ADE9E1;
.name{ .name{
width: 45px; min-width: 60px;
min-width: 45px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
font-size: 15px; font-size: 15px;
...@@ -682,10 +683,12 @@ export default { ...@@ -682,10 +683,12 @@ export default {
.name{ .name{
width: 60px; width: 60px;
font-size: 15px; font-size: 15px;
white-space: nowrap;
} }
.user-info{ .user-info{
font-weight: 700; font-weight: 700;
font-size: 15px; font-size: 15px;
white-space: nowrap;
} }
.space{ .space{
margin-right: 10px; margin-right: 10px;
......
...@@ -46,10 +46,8 @@ ...@@ -46,10 +46,8 @@
padding-bottom: 14px; padding-bottom: 14px;
} }
.blue-wrap{ .blue-wrap{
width: 321px; //background: #F7FFFE;
background: #F7FFFE;
border-radius: 22px; border-radius: 22px;
border: 1px solid #ADE9E1;
margin: 0 auto; margin: 0 auto;
padding-top: 15px; padding-top: 15px;
} }
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
</div> </div>
<div class="content"> <div class="content">
<div class="info"> <div class="info">
<div class="success-title"> <!-- <div class="success-title">-->
请将以下信息展示给采样医生 <!-- 请将以下信息展示给采样医生-->
</div> <!-- </div>-->
<div class="blue-wrap"> <div class="blue-wrap">
<div class="list"> <div class="list">
<p class="l-left"> <p class="l-left">
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
width: auto; width: auto;
height: auto; height: auto;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 600;
color: #212121; color: #212121;
flex: 1; flex: 1;
line-height: 20px; line-height: 20px;
...@@ -283,6 +283,11 @@ ...@@ -283,6 +283,11 @@
background: #00bda5; background: #00bda5;
justify-content: center; justify-content: center;
} }
.submit-button-empty{
background: #ffffff;
border: 1px solid #00bda5;
color: #00bda5;
}
} }
.multi-sub-wrap{ .multi-sub-wrap{
flex-direction: row; flex-direction: row;
......
...@@ -156,8 +156,7 @@ ...@@ -156,8 +156,7 @@
class="submit-container multi-sub-wrap" class="submit-container multi-sub-wrap"
> >
<div <div
class="submit-button" class="submit-button submit-button-empty"
:class="[3].includes(dataDetail.status) && 'multi-sub-wrap'"
@click="bottomBtnFun(dataDetail.reportUrl)" @click="bottomBtnFun(dataDetail.reportUrl)"
> >
查看报告 查看报告
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册