64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-75631b8a {
|
|
min-height: calc(100vh - 30px);
|
|
padding: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.info.data-v-75631b8a {
|
|
width: 100%;
|
|
}
|
|
.logo.data-v-75631b8a {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 40rpx;
|
|
line-height: 35px;
|
|
}
|
|
.logo image.data-v-75631b8a {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
border-radius: 5px;
|
|
}
|
|
.logo text.data-v-75631b8a {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.list.data-v-75631b8a {
|
|
width: calc(100% - 20px);
|
|
margin: 50px 0;
|
|
}
|
|
.list .item.data-v-75631b8a {
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 0 10px;
|
|
justify-content: space-between;
|
|
}
|
|
.list .item .new.data-v-75631b8a {
|
|
color: #fff;
|
|
background-color: red;
|
|
font-size: 32rpx;
|
|
border-radius: 10px;
|
|
padding: 3px 5px;
|
|
}
|
|
.list .item .href.data-v-75631b8a {
|
|
display: flex;
|
|
width: 100%;
|
|
color: #000;
|
|
text-decoration: none;
|
|
justify-content: space-between;
|
|
}
|
|
.xieyi.data-v-75631b8a {
|
|
color: #37cc92;
|
|
}
|
|
|