移动端UI 修改
This commit is contained in:
4
App.vue
4
App.vue
@@ -45,9 +45,9 @@ export default {
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('static/images/background/background.jpg');
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url('static/images/background/background.png');
|
||||
background-size: cover;
|
||||
// filter: opacity(50%);
|
||||
//filter: opacity(50%);
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
width: 360px;
|
||||
|
||||
Reference in New Issue
Block a user