63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-4dabc341 {
|
|
padding: 15px;
|
|
font-size: 32rpx;
|
|
background-color: #F5F6FA;
|
|
min-height: 100vh;
|
|
}
|
|
.content .box.data-v-4dabc341 {
|
|
width: 100%;
|
|
}
|
|
.content .tips.data-v-4dabc341 {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
.content .tips2.data-v-4dabc341 {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.content .list.data-v-4dabc341 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.content .list .item.data-v-4dabc341 {
|
|
width: 47%;
|
|
background-color: #fff;
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-radius: 5px;
|
|
}
|
|
.content .list .item .uni-icons.data-v-4dabc341,
|
|
.content .list .item uni-icons.data-v-4dabc341 {
|
|
font-size: 36rpx;
|
|
position: absolute;
|
|
top: -28px;
|
|
left: -5px;
|
|
}
|
|
.content .list .item .info.data-v-4dabc341 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.content .list .item .info image.data-v-4dabc341 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background-color: #F2F2F2;
|
|
margin-right: 10px;
|
|
border-radius: 50%;
|
|
}
|
|
.btn.data-v-4dabc341 {
|
|
width: calc(100% - 30px);
|
|
margin: 40px 15px 0;
|
|
background: #fea606 !important;
|
|
}
|
|
|