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.
69 lines
1015 B
69 lines
1015 B
/* package/AIOTOverview/network/network.wxss */
|
|
|
|
.select {
|
|
width: 50%;
|
|
}
|
|
|
|
.select .van-dropdown-menu {
|
|
box-shadow: none
|
|
}
|
|
|
|
/* package/AIOTOverview/AIOTOverview.wxss */
|
|
|
|
|
|
.card {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 8px;
|
|
/* padding: 10px; */
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
margin: 12px 12px;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
|
|
/* background-position: bottom; */
|
|
}
|
|
|
|
.card-content {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.card-left {
|
|
margin-left: 23px;
|
|
margin-bottom: 10px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #000000d9;
|
|
}
|
|
|
|
.detail {
|
|
margin: 10px 0
|
|
}
|
|
|
|
.card-right {
|
|
margin-right: 18px;
|
|
margin-bottom: 10px;
|
|
color: #1684FF;
|
|
}
|
|
|
|
.fontStyle {
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-left {
|
|
font-size: 12px;
|
|
width: 60%;
|
|
}
|
|
|
|
.content-right {
|
|
font-size: 12px;
|
|
text-align: left;
|
|
width: 40%;
|
|
|
|
}
|