59 lines
844 B
CSS
59 lines
844 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
section {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
section .whole {
|
|
padding: 15px 50px;
|
|
margin: auto;
|
|
}
|
|
|
|
section .whole .whole-1 {
|
|
margin: 20px auto;
|
|
padding: 25px;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec {
|
|
background-color: #fff;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
padding-top: 82px;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec .wxprice {
|
|
padding-bottom: 71px;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec .wxprice span {
|
|
font-size: 32px;
|
|
font-weight: 800;
|
|
color: #cb1919;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec .qrcode img {
|
|
padding: 18px;
|
|
border: 1px solid #00a608;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec .wxzf {
|
|
margin-top: 10px;
|
|
padding-bottom: 118px;
|
|
margin-left: 85px;
|
|
}
|
|
|
|
section .whole .whole-1 .Wxcollec .wxzf img {
|
|
height: 45px;
|
|
}
|