83 lines
1.6 KiB
Plaintext
83 lines
1.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.cardContent.data-v-99f1c1f4 {
|
|
min-height: 100vh;
|
|
background: #F7F7F7;
|
|
padding: 5px 0 15PX;
|
|
}
|
|
.cardList.data-v-99f1c1f4 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
margin: 10px;
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
.cardList .caritem.data-v-99f1c1f4 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.cardList .caritem image.data-v-99f1c1f4 {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.cardListchosen.data-v-99f1c1f4 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin: 15px 10px;
|
|
}
|
|
.cardListchosen .item.data-v-99f1c1f4 {
|
|
width: 48%;
|
|
background-color: #fff;
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-radius: 5px;
|
|
}
|
|
.cardListchosen .item .info.data-v-99f1c1f4 {
|
|
width: calc(100% - 20px);
|
|
padding: 0 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.cardListchosen .item .info image.data-v-99f1c1f4 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background-color: #f2f2f2;
|
|
border-radius: 50%;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.cardListchosen .item .info text.data-v-99f1c1f4 {
|
|
width: calc(100% - 35px);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.btn.data-v-99f1c1f4 {
|
|
width: 40%;
|
|
float: right;
|
|
margin-top: 15px;
|
|
background: #54d87c !important;
|
|
}
|
|
.close.data-v-99f1c1f4 {
|
|
background: #dfdfdf !important;
|
|
float: left;
|
|
}
|
|
.setCard.data-v-99f1c1f4 {
|
|
color: #54d87c;
|
|
margin: 15px;
|
|
text-align: center;
|
|
border: 1px solid #54d87c;
|
|
border-radius: 10px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #fff;
|
|
}
|
|
|