创建新的小程序,进出码,体温上报功能迁移基本完成
This commit is contained in:
33
weixin-miniprogram/pages/residents/reportHistory.wxss
Normal file
33
weixin-miniprogram/pages/residents/reportHistory.wxss
Normal file
@@ -0,0 +1,33 @@
|
||||
/* pages/residents/reportHistory.wxss */
|
||||
.item {
|
||||
/* background-color: #dedede; */
|
||||
border-radius: 8px;
|
||||
margin: 12px 20px;
|
||||
padding: 18px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
place-items: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.item.normal {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.item.abnormal {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.record_time {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.record_address {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.statusText {
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
padding: 0 20px;
|
||||
}
|
Reference in New Issue
Block a user