This commit is contained in:
parent
e6f1fceb6a
commit
11b4764eaf
|
@ -951,15 +951,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bottom-title-liao{
|
.header-bottom-title-liao{
|
||||||
display: inline-block;
|
padding: 3px 8px;
|
||||||
padding: 3px 7px;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
border-top-left-radius: 20px;
|
border-top-left-radius: 20px;
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
|
@ -1258,7 +1256,7 @@
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
.header-bottom-title-num span{
|
.header-bottom-title-num span{
|
||||||
font-size: 25rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
.header-bottom-title-num span:nth-child(1){
|
.header-bottom-title-num span:nth-child(1){
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-btn" v-if="getList.status=='1'" @click="goumai(getList)">
|
<view class="detail-btn btn" v-if="getList.status=='1'" @click="goumai(getList)">
|
||||||
立即预约
|
立即预约
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -539,4 +539,17 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148));
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
margin: 8px 16px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 90%;
|
||||||
|
border-radius: 27px;
|
||||||
|
height: 43px;
|
||||||
|
line-height: 43px;
|
||||||
|
font-size: 17px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
|
@ -84,7 +84,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-btn" @click="goumai(getList)">
|
<view class="detail-btn btn" @click="goumai(getList)">
|
||||||
立即购买
|
立即购买
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -293,14 +293,14 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
.header-bottom-title-liao{
|
.header-bottom-title-liao{
|
||||||
padding: 4px 9px;
|
padding: 3px 8px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
font-size: 11px;
|
font-size: 10px;
|
||||||
border-top-left-radius: 20px;
|
border-top-left-radius: 20px;
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -644,4 +644,17 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148));
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
margin: 8px 16px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 90%;
|
||||||
|
border-radius: 27px;
|
||||||
|
height: 43px;
|
||||||
|
line-height: 43px;
|
||||||
|
font-size: 17px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue