26 lines
478 B
Plaintext
26 lines
478 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-3d7d9bbc {
|
|
background: #fff;
|
|
min-height: calc(100vh - 40rpx);
|
|
}
|
|
.footlist.data-v-3d7d9bbc {
|
|
position: relative;
|
|
margin-top: 68px;
|
|
padding: 30rpx;
|
|
width: calc(100% - 60rpx);
|
|
background: #fff;
|
|
border-radius: 30rpx 30rpx 0 0;
|
|
}
|
|
.list.data-v-3d7d9bbc {
|
|
border: 1px solid #f7f7f7;
|
|
}
|
|
.list .item.data-v-3d7d9bbc {
|
|
background: #f7f7f7;
|
|
border-top: 1px solid #f7f7f7;
|
|
}
|
|
.topimg.data-v-3d7d9bbc {
|
|
width: 100%;
|
|
}
|
|
|