Authored by 郝肖肖

'no-duplicate-selectors'

... ... @@ -5,9 +5,7 @@
position: relative;
background: #222;
padding-bottom: 10px;
}
.ma-container {
.ma-header {
width: 100%;
height: 82px;
... ... @@ -27,9 +25,7 @@
-webkit-text-overflow: ellipsis;
}
}
}
.ma-container {
.tab {
width: 100%;
height: 310px;
... ... @@ -39,9 +35,7 @@
height: 100%;
}
}
}
.ma-container {
.swiper-container {
width: 100%;
height: 100%;
... ... @@ -57,9 +51,7 @@
.swiper-pagination-bullet-active {
background: #fff !important;
}
}
.ma-container {
.floor-top {
width: 100%;
height: 68px;
... ... @@ -69,9 +61,7 @@
height: 100%;
}
}
}
.ma-container {
.floor-ul {
li {
width: 100%;
... ... @@ -101,9 +91,7 @@
}
}
}
}
.ma-container {
.floor-c {
background: #fff;
padding: 25px;
... ... @@ -130,9 +118,7 @@
margin: 0 40px 25px;
}
}
}
.ma-container {
.down {
width: 100%;
height: 265px;
... ...
... ... @@ -603,6 +603,8 @@ html {
.class-detail {
.class-item {
padding-top: 10px !important;
border-bottom: 0;
margin-bottom: 0;
}
}
... ... @@ -767,9 +769,7 @@ html {
-webkit-appearance: none;
}
}
}
.chosen {
.chose-item:last-child {
border-bottom: 0;
}
... ... @@ -1805,13 +1805,6 @@ html {
}
}
.class-detail {
.class-item {
border-bottom: 0;
margin-bottom: 0;
}
}
.chosen-package {
padding-top: 10px;
... ...
@import "star/index";
@import "tvls";
@import "info";
@import "plus-star";
@import "info-list";
@import "detail";
@import "star-classroom";
@import "plusstar/index";
@import "tvls";
@import "info";
... ...
... ... @@ -343,30 +343,6 @@
}
}
.invoice-info {
margin: 20px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;
padding: 30px;
box-sizing: border-box;
overflow: hidden;
span {
font-size: 28px;
color: #444;
line-height: 40px;
}
.invoice-fr {
float: right;
}
.invoice-see {
color: #d0021b;
}
}
.tickets-mobile {
font-size: 28px;
height: 40px;
... ...