创建新的小程序,进出码,体温上报功能迁移基本完成
This commit is contained in:
37
weixin-miniprogram/pages/residents/code.wxss
Normal file
37
weixin-miniprogram/pages/residents/code.wxss
Normal file
@@ -0,0 +1,37 @@
|
||||
/* pages/residents/code.wxss */
|
||||
#codeView {
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#user-text {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#time-text {
|
||||
font-weight: bold;
|
||||
font-size: 22px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#myQrcode {
|
||||
display: block;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
#show-text {
|
||||
font-weight: bold;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
#small-text {
|
||||
margin-top: 30px;
|
||||
color: grey;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#scan-btn {
|
||||
margin-top: 20px;
|
||||
padding: 9px 60px;
|
||||
font-size: initial;
|
||||
}
|
Reference in New Issue
Block a user