Commit d579834e authored by denghr's avatar denghr

按钮高度调高

parent f30b0dc2
...@@ -252,10 +252,10 @@ export default { ...@@ -252,10 +252,10 @@ export default {
border-radius: 5px 5px 0 0 border-radius: 5px 5px 0 0
} }
.address .addressbox .text_btn{ .address .addressbox .text_btn{
height: 40px; height: 48px;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
line-height: 40px; line-height: 48px;
text-align: center; text-align: center;
background: #C1A170; background: #C1A170;
margin: 0; margin: 0;
......
...@@ -226,10 +226,10 @@ export default { ...@@ -226,10 +226,10 @@ export default {
border-radius: 5px 5px 0 0 border-radius: 5px 5px 0 0
} }
.address .addressbox .text_btn{ .address .addressbox .text_btn{
height: 40px; height: 48px;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
line-height: 40px; line-height: 48px;
text-align: center; text-align: center;
background: #C1A170; background: #C1A170;
margin: 0; margin: 0;
......
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