创建新的小程序,进出码,体温上报功能迁移基本完成
This commit is contained in:
19
weixin-miniprogram/pages/index2/index.wxss
Normal file
19
weixin-miniprogram/pages/index2/index.wxss
Normal file
@@ -0,0 +1,19 @@
|
||||
/**index.wxss**/
|
||||
.userinfo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.userinfo-avatar {
|
||||
overflow: hidden;
|
||||
width: 128rpx;
|
||||
height: 128rpx;
|
||||
margin: 20rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.usermotto {
|
||||
margin-top: 200px;
|
||||
}
|
Reference in New Issue
Block a user