You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pk8f3pmu2/app.wxss

62 lines
849 B

page {
5 years ago
height: 100%;
background-color: #f2f2f2;
5 years ago
}
5 years ago
.flex-wrap{
display: flex;
flex-direction: row;
}
.form-wrap {
border-top: 1px solid #eee;
margin: 12px 0;
}
.tappable:hover {
opacity: .6;
}
.container {
padding: 4px 12px;
}
.hint,
.error
.warning {
display: block;
margin: 8px 0;
color: #888;
font-size: 14px;
}
.error{
color:red;
}
.warning{
color: orange;
}
5 years ago
5 years ago
.lab {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.lab .status image {
width: 70px;
height: 70px;
border-radius: 100%;
}
.lab .hint {
text-align: center;
width: 80%;
}
.lab .interactive {
width: 80%;
}
.lab .interactive input {
border-bottom: 4rpx solid #EEE;
}
.lab .command {
height: 200rpx;
}
.lab .command button {
margin: 10px;
}