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