Commit 956a3862 authored by xishifeng's avatar xishifeng

样式修改

parent 774b42e0
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta name="Keywords" content="" /> <meta name="Keywords" content="" />
<meta name="Description" content="" /> <meta name="Description" content="" />
<link rel="stylesheet" href="/app/css/common.css?rev=14ba5c1d4b1452ee5b804c1b98270acc"> <link rel="stylesheet" href="/app/css/common.css?rev=14ba5c1d4b1452ee5b804c1b98270acc">
<link href="/app/css/customerinfo_details_new.css?new8" rel="stylesheet"> <link href="/app/css/customerinfo_details_new.css?new9" rel="stylesheet">
<script src="/app/js/vconsole.min.js"></script> <script src="/app/js/vconsole.min.js"></script>
<script> <script>
if(~location.origin.indexOf('api.')) { if(~location.origin.indexOf('api.')) {
......
...@@ -350,20 +350,22 @@ span.dot-block>mark{ ...@@ -350,20 +350,22 @@ span.dot-block>mark{
padding: .1rem .2rem; padding: .1rem .2rem;
left: 0; left: 0;
bottom: 0; bottom: 0;
display: flex; /*display: flex;
justify-content: space-between; justify-content: space-between;*/
background-color: white; background-color: white;
box-shadow: 0 -.03rem .1rem rgba(0, 0, 0, .1); box-shadow: 0 -.03rem .1rem rgba(0, 0, 0, .1);
} }
.bottom-btn-area>a{
flex: 1;
}
.bottom-btn-area>a:nth-of-type(1){ .bottom-btn-area>a:nth-of-type(1){
flex: 1.28rem 0 0; width: 1.28rem;
float: left;
/*flex: 1.28rem 0 0;*/
} }
.bottom-btn-area>a:nth-of-type(2), .bottom-btn-area>a:nth-of-type(2),
.bottom-btn-area>a:nth-of-type(3){ .bottom-btn-area>a:nth-of-type(3){
flex: 2.6rem 0 0; margin-left: .28rem;
width: 2.6rem;
float: left;
/*flex: 2.6rem 0 0;*/
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment