api
This commit is contained in:
35
unpackage/dist/dev/mp-weixin/pages/login/login.wxss
vendored
Normal file
35
unpackage/dist/dev/mp-weixin/pages/login/login.wxss
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom, #11cb2a6e, #2574fc6d);
|
||||
}
|
||||
.logo {
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.nickname {
|
||||
width: 300rpx;
|
||||
height: 100rpx;
|
||||
color: rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
padding: 20rpx 40rpx;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
line-height: 100rpx;
|
||||
}
|
||||
.login-btn {
|
||||
background-color: hsla(0, 0%, 100%, 0);
|
||||
border: 1px solid #00ff0000;
|
||||
color: #ffffff;
|
||||
}
|
||||
.tips {
|
||||
color: #666;
|
||||
font-size: 24rpx;
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user