init
This commit is contained in:
32
src/pages/game_detail/index.scss
Normal file
32
src/pages/game_detail/index.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
.index {
|
||||
position: relative;
|
||||
|
||||
.swiper {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.container {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: 260px;
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
|
||||
.btn {
|
||||
margin: 20px auto;
|
||||
padding: 10px;
|
||||
border-radius: 50px;
|
||||
background-color: #74c0fc;
|
||||
color: #fff;
|
||||
width: 300px;
|
||||
text-align: center;
|
||||
border: 1px solid #f5f5f5;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user