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.
36 lines
544 B
36 lines
544 B
1 year ago
|
/* package/expertSystem/expertSystem.wxss */
|
||
|
.page {
|
||
|
padding-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
box-sizing: border-box;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
|
border-radius: 5px;
|
||
|
overflow: hidden;
|
||
|
margin-top: 10px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.img {
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.right {
|
||
|
width: calc(100% - 110px);
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
background-color: #1979ff !important;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.info {
|
||
|
font-size: 14px;
|
||
|
color: #333;
|
||
|
}
|