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.
20 lines
359 B
20 lines
359 B
/* components/card/index.wxss */
|
|
.card {
|
|
background-color: white;
|
|
border: 1px solid #e7e7e7;
|
|
box-shadow: 1px 1px 1px #eee;
|
|
}
|
|
.card_logo {
|
|
width: 100%;
|
|
height: 106px;
|
|
}
|
|
.card_title {
|
|
padding: 0 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 41px;
|
|
color: #373737;
|
|
font-size: 12px;
|
|
}
|