update wxcode style

dev_tj
tangjiang 5 years ago
parent 3bd7196e35
commit 286e56456e

@ -14,7 +14,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
height: 120px; height: 150px;
background-color: #052645; background-color: #052645;
padding: 0 50px; padding: 0 50px;
} }
@ -33,7 +33,7 @@
font-size: 32px !important; font-size: 32px !important;
transform: scale(2); transform: scale(2);
position: relative; position: relative;
top: 10px; // top: 10px;
} }
// .icon-reset{ // .icon-reset{
// transform: scale(2.4); // transform: scale(2.4);
@ -43,10 +43,11 @@
// } // }
&:last-child{ &:last-child{
margin-left: 50px; margin-left: 60px;
} }
.icon-txt{ .icon-txt{
font-size: 32px; // margin-top: 5px;
font-size: 28px;
} }
} }
} }
@ -55,11 +56,12 @@
border: none; border: none;
outline: none; outline: none;
border-radius: 9999px; border-radius: 9999px;
padding: 0 40px; padding: 0 50px;
line-height: 72px; line-height: 92px;
font-size: 36px; font-size: 38px;
color: #fff; color: #fff;
background:#2EA4FF; background:#2EA4FF;
letter-spacing: 2;
} }
.wx-code-test-case{ .wx-code-test-case{

Loading…
Cancel
Save