登录页样式修改

master
zhaoxiaomin 2 years ago
parent 43e9678209
commit 6aa8e19b90
  1. 4
      pages/login/login.scss
  2. 2
      pages/user/user.scss

@ -5,12 +5,12 @@
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(245, 245, 245, 0.2);
background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%);
}
.list {
width: 320px;
height: 350px;
background-color: rgba(245, 245, 245, 0.4);
background-color: #ffffff;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
border-radius: 25rpx;
display: flex;

@ -2,7 +2,7 @@
color: #ffffff;
width: 80%;
height: 80rpx;
background: #1296DB;
background: #41ABE2;
border-radius: 50rpx;
line-height: 80rpx;
text-align: center;

Loading…
Cancel
Save