酒店样式
Showing
1 changed file
with
10 additions
and
3 deletions
| ... | @@ -108,7 +108,7 @@ | ... | @@ -108,7 +108,7 @@ |
| 108 | </el-button> | 108 | </el-button> |
| 109 | 109 | ||
| 110 | 110 | ||
| 111 | <el-button v-else :disabled="!r.useCount" class="btn-lineG w100" :class="{'forbid':!r.useCount}" round type="pri mary" @click="goOrder(r)">Select</el-button> | 111 | <el-button v-else style="color: #fff" :disabled="!r.useCount" class="btn-lineG w100" :class="{'forbid':!r.useCount}" round type="pri mary" @click="goOrder(r)">Select</el-button> |
| 112 | <!-- <div class="text-center text-primary mt10 fontsize14 pointer" v-if="language == 0">--> | 112 | <!-- <div class="text-center text-primary mt10 fontsize14 pointer" v-if="language == 0">--> |
| 113 | <!-- 剩余 {{(r.roomCount - (r.useCount||0)).toFixed()}} 间--> | 113 | <!-- 剩余 {{(r.roomCount - (r.useCount||0)).toFixed()}} 间--> |
| 114 | <!-- </div>--> | 114 | <!-- </div>--> |
| ... | @@ -454,7 +454,14 @@ function goMap() { | ... | @@ -454,7 +454,14 @@ function goMap() { |
| 454 | .oddmb:nth-child(2){margin-bottom: 20px;} | 454 | .oddmb:nth-child(2){margin-bottom: 20px;} |
| 455 | .forbid{ | 455 | .forbid{ |
| 456 | cursor:not-allowed !important; | 456 | cursor:not-allowed !important; |
| 457 | color: #a8abb2; | 457 | color: #a8abb2 !important; |
| 458 | filter:grayscale(1); | 458 | //filter:grayscale(1); |
| 459 | background: #fff; | ||
| 460 | div{ | ||
| 461 | color: #a8abb2 !important; | ||
| 462 | } | ||
| 463 | } | ||
| 464 | .forbid:hover{ | ||
| 465 | box-shadow:none; | ||
| 459 | } | 466 | } |
| 460 | </style> | 467 | </style> | ... | ... |
-
Please register or sign in to post a comment