待付款完成
This commit is contained in:
29
components/particulars/submit/index.scss
Normal file
29
components/particulars/submit/index.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
.payment {
|
||||
width: 750rpx;
|
||||
height: 98rpx;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
align-items: center;
|
||||
.price {
|
||||
font-size: 34rpx;
|
||||
margin-left: 74rpx;
|
||||
.title {
|
||||
color: #333;
|
||||
}
|
||||
.counts{
|
||||
color: #ff3838;
|
||||
}
|
||||
}
|
||||
.submit {
|
||||
width: 250rpx;
|
||||
height: 98rpx;
|
||||
background-color: #47c877;
|
||||
font-size: 30rpx;
|
||||
color: #fff;
|
||||
line-height: 98rpx;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user