Authored by 李靖

样式调整,750宽度

... ... @@ -17,7 +17,8 @@ const ticketsConfirm = (req, res) => {
// pageFooter: true,
localCss: true,
navBtn: false
navBtn: false,
width750: true
};
let params = {
... ...
... ... @@ -20,7 +20,7 @@
h4 {
width: 95%;
margin-left: 5%;
margin: 0 2.5%;
font-size: 30px;
color: #b0b0b0;
margin-bottom: 20px;
... ... @@ -28,8 +28,8 @@
}
.yoho-coin {
margin-left: 5%;
width: 90%;
margin: 0 2.5%;
width: 95%;
overflow: hidden;
border-bottom: 1px solid #e0e0e0;
... ... @@ -41,7 +41,8 @@
.dispatch {
.sub-block {
h3 {
width: 90%;
width: 95% !important;
margin: 0 2.5% !important;
span {
color: #afafaf;
... ...