style: 订阅弹窗样式
This commit is contained in:
@@ -164,7 +164,7 @@
|
|||||||
<div class="priceBox">
|
<div class="priceBox">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<p class="productType">1 {{ item.type.label }}</p>
|
<p class="productType">1 {{ item.type.label }}</p>
|
||||||
<p class="price">HK $ {{ item.price }}</p>
|
<p class="price">HK $ {{ item.price }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="promotion">
|
<div class="promotion">
|
||||||
@@ -580,18 +580,6 @@ export default defineComponent({
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
> .left,
|
> .left,
|
||||||
> .right {
|
> .right {
|
||||||
.apply-btn {
|
|
||||||
cursor: pointer;
|
|
||||||
background-color: rgb(27, 34, 60);
|
|
||||||
font-size: 0.8rem;
|
|
||||||
color: #fff;
|
|
||||||
padding: 0 0.5rem;
|
|
||||||
width: 3.3rem;
|
|
||||||
height: 1.4rem;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
> .title {
|
> .title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
@@ -780,6 +768,7 @@ export default defineComponent({
|
|||||||
border: 1.5px solid rgb(216, 218, 220);
|
border: 1.5px solid rgb(216, 218, 220);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
background-color: #fff;
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
@@ -787,6 +776,18 @@ export default defineComponent({
|
|||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
background: rgba(0, 0, 0, 0);
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
.apply-btn {
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: rgb(27, 34, 60);
|
||||||
|
font-size: 0.8rem;
|
||||||
|
color: #fff;
|
||||||
|
width: 3.3rem;
|
||||||
|
height: 1.4rem;
|
||||||
|
line-height: 1.4rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> .error {
|
> .error {
|
||||||
color: red;
|
color: red;
|
||||||
@@ -846,6 +847,10 @@ export default defineComponent({
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
background: #1b223c;
|
background: #1b223c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
// width: 41.8rem;
|
||||||
|
height: 4rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
line-height: 4rem;
|
||||||
}
|
}
|
||||||
> .payMethod_payAffirm_clause {
|
> .payMethod_payAffirm_clause {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user