Authored by 郝肖肖

'no-duplicate-selectors'

.vip-day.entry {
background-color: #262992;
}
.vip-day-header {
background: resolve("activity/vip-day/activity.jpg");
background-size: 100% 100%;
... ... @@ -61,8 +57,84 @@
}
}
/* 福利5: 福利加倍 */
.vip-day-fuli {
.title-pic {
width: 329px;
height: 135px;
background-image: url("/activity/vip-day/happy-fuli.png");
}
}
.vip-day-msg {
padding-top: 15px;
.mirror {
float: left;
width: 60%;
margin-right: 35px;
padding: 5px;
background-color: #e9e9ea;
border-radius: 4px;
}
.vip-msg-content {
height: 136px;
display: block;
background-color: #e9e9ea;
border: none;
outline: none;
width: 100%;
resize: none;
}
.vip-msg-send {
display: block;
height: 42px;
line-height: 42px;
background-color: #e95d3f;
color: #fff;
width: 100%;
border-radius: 8px;
font-weight: bold;
}
.txt {
float: left;
margin-top: 23px;
margin-bottom: 23px;
width: 195px;
height: 132px;
}
}
.vip-day-msg-input {
position: relative;
display: block;
height: 51PX;
margin-top: 15px;
margin-bottom: 15px;
border: 3PX solid #e9e9ea;
box-sizing: content-box;
overflow: hidden;
li {
padding-left: 15px;
padding-right: 15px;
height: 51PX;
line-height: 51PX;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
/* FLOW Element */
.vip-day {
/* 福利: 抢券 */
&.entry {
background-color: #262992;
}
.qiangjuan {
text-align: center;
... ... @@ -238,9 +310,7 @@
.vip-good {
position: relative;
float: left;
// width: 222px;
width: 33.3333%;
// border: 1PX solid #000;
padding-right: 8px;
&:nth-child(3n) {
... ... @@ -267,11 +337,6 @@
position: relative;
text-align: center;
sup {
// font-size: 20px;
// vertical-align: super;
}
.disable-price {
margin-left: 5px;
text-decoration: line-through;
... ... @@ -331,84 +396,7 @@
background-image: resolve("activity/vip-day/invite.jpg");
background-size: 100% 100%;
}
}
/* 福利5: 福利加倍 */
.vip-day-fuli {
.title-pic {
width: 329px;
height: 135px;
background-image: url("/activity/vip-day/happy-fuli.png");
}
}
.vip-day-msg {
padding-top: 15px;
.mirror {
float: left;
width: 60%;
// width: 430px;
margin-right: 35px;
padding: 5px;
background-color: #e9e9ea;
border-radius: 4px;
}
.vip-msg-content {
height: 136px;
display: block;
background-color: #e9e9ea;
border: none;
outline: none;
width: 100%;
resize: none;
}
.vip-msg-send {
display: block;
height: 42px;
line-height: 42px;
background-color: #e95d3f;
color: #fff;
width: 100%;
border-radius: 8px;
font-weight: bold;
}
.txt {
float: left;
margin-top: 23px;
margin-bottom: 23px;
width: 195px;
height: 132px;
}
}
.vip-day-msg-input {
position: relative;
display: block;
// visibility: hidden;
height: 51PX;
margin-top: 15px;
margin-bottom: 15px;
border: 3PX solid #e9e9ea;
box-sizing: content-box;
overflow: hidden;
li {
padding-left: 15px;
padding-right: 15px;
height: 51PX;
line-height: 51PX;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
/* FLOW Element */
.vip-day {
#chit-qcode .qcode {
width: 540px;
height: 540px;
... ...