登录页样式修改

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; display: flex;
justify-content: center; justify-content: center;
align-items: 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 { .list {
width: 320px; width: 320px;
height: 350px; 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); box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
border-radius: 25rpx; border-radius: 25rpx;
display: flex; display: flex;

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

Loading…
Cancel
Save