调整登录逻辑
This commit is contained in:
11
components/avatar/index.wxss
Normal file
11
components/avatar/index.wxss
Normal file
@@ -0,0 +1,11 @@
|
||||
/* components/avatar/index.wxss */
|
||||
.wrapper {
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
border-radius: 50%;
|
||||
background: radial-gradient(circle, var(--light-green), var(--middle-green),var(--deep-green) );
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
}
|
Reference in New Issue
Block a user