init
This commit is contained in:
31
pages/subpages/activation/activation.wxss
Normal file
31
pages/subpages/activation/activation.wxss
Normal file
@@ -0,0 +1,31 @@
|
||||
page{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.activation{
|
||||
padding: 30px;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.activation image{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.activation input{
|
||||
background-color: #F7F7F7;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
margin: 60px 0 40px 0 ;
|
||||
}
|
||||
|
||||
|
||||
.explain{
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
position: fixed;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user