Commit b3a308d5 authored by zhengke's avatar zhengke

修改

parent 5018d080
<template> <template>
<div> <div class="PriceHotelWorkList">
<div class="query-box" style="border-bottom: none;"> <div class="query-box" style="border-bottom: none;">
<ul> <ul>
<li> <li>
...@@ -540,28 +540,28 @@ ...@@ -540,28 +540,28 @@
background: #eee !important; background: #eee !important;
} }
.roomReservationsTalbe { .PriceHotelWorkList .roomReservationsTalbe {
background: #ccc; background: #ccc;
} }
.roomReservationsTalbe tr th { .PriceHotelWorkList .roomReservationsTalbe tr th {
background: #E6E6E6; background: #E6E6E6;
height: 40px; height: 40px;
font-size: 12px; font-size: 12px;
color: #333; color: #333;
} }
.roomReservationsTalbe tr { .PriceHotelWorkList .roomReservationsTalbe tr {
background: #fff; background: #fff;
text-align: center; text-align: center;
height: 40px; height: 40px;
} }
.roomReservationsTalbe tr td { .PriceHotelWorkList .roomReservationsTalbe tr td {
font-size: 12px; font-size: 12px;
} }
.roomReservationsTalbe tr td .pDateStyle { .PriceHotelWorkList .roomReservationsTalbe tr td .pDateStyle {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
min-height: 24px; min-height: 24px;
line-height: 24px; line-height: 24px;
...@@ -570,24 +570,24 @@ ...@@ -570,24 +570,24 @@
padding: 0 10px; padding: 0 10px;
} }
.roomReservationsTalbe tr td .pDateStyle:last-child { .PriceHotelWorkList .roomReservationsTalbe tr td .pDateStyle:last-child {
border-bottom: none; border-bottom: none;
} }
.roomReservationsTalbe tr td .pDateStyle>span:after { .PriceHotelWorkList .roomReservationsTalbe tr td .pDateStyle>span:after {
content: '/'; content: '/';
} }
.roomReservationsTalbe tr td .pDateStyle>span:last-child:after { .PriceHotelWorkList .roomReservationsTalbe tr td .pDateStyle>span:last-child:after {
content: '' content: ''
} }
.roomReservationsTalbe tr td .link p:hover { .PriceHotelWorkList .roomReservationsTalbe tr td .link p:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }
.roomReservationsTalbe tr td .phoverStype:hover { .PriceHotelWorkList .roomReservationsTalbe tr td .phoverStype:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment