折叠样式调整

master
candice 2 years ago
parent 361d7b0104
commit a6554c9811

@ -1157,8 +1157,8 @@ input.dateicon {font-size: 16px;
clear: both; clear: both;
border-top: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1;
cursor: pointer; cursor: pointer;
padding: 5px 15px 0 0; padding: 10px 15px 0 0;
line-height: 30px; line-height: 27px;
} }
.tripnotes .CloseIcon { .tripnotes .CloseIcon {
background: url(//data.chinahighlights.com/pic/close-icon-bj-1.png) no-repeat; background: url(//data.chinahighlights.com/pic/close-icon-bj-1.png) no-repeat;
@ -1168,7 +1168,7 @@ input.dateicon {font-size: 16px;
position: relative; position: relative;
float: right; float: right;
display: block; display: block;
top: 5px; top: -20px;
} }
.tripnotes .OpenIcon { .tripnotes .OpenIcon {
background: url(//data.chinahighlights.com/pic/open-icon-bj-1.png?20180227) no-repeat; background: url(//data.chinahighlights.com/pic/open-icon-bj-1.png?20180227) no-repeat;
@ -1178,7 +1178,7 @@ input.dateicon {font-size: 16px;
position: relative; position: relative;
float: right; float: right;
display: block; display: block;
top: 5px; top: -20px;
} }
.tour_img_title { position: relative;} .tour_img_title { position: relative;}
.city_reco_tour { width: calc(100% - 40px); .city_reco_tour { width: calc(100% - 40px);

Loading…
Cancel
Save