d6ac2444 by zhangmeng

酒店样式

1 parent 2887d335
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!