feat: 新增快速预定页面
This commit is contained in:
21
src/pages-quick/components/Card/styles/index.scss
Normal file
21
src/pages-quick/components/Card/styles/index.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.left {
|
||||
height: 107px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.right {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.amt {
|
||||
&::before {
|
||||
content: "¥";
|
||||
font-size: 12px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: linear-gradient(90deg, #ff3d60 57%, #ff990c 100%);
|
||||
padding: 4px 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user