You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
910 B
Plaintext
47 lines
910 B
Plaintext
|
|
.list.data-v-68f46e9a {
|
|
margin: 15rpx 10rpx;
|
|
}
|
|
.list .items.data-v-68f46e9a {
|
|
background-color: #FFF;
|
|
padding: 20rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.list .list_footer.data-v-68f46e9a {
|
|
position: fixed;
|
|
bottom: 0;
|
|
}
|
|
.list .items .item.data-v-68f46e9a {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.list .item-goin.data-v-68f46e9a {
|
|
width: 150rpx;
|
|
display: inline-block;
|
|
}
|
|
.list .items .item.data-v-68f46e9a:last-child {
|
|
margin-bottom: 0rpx;
|
|
}
|
|
.list .items .item .title.data-v-68f46e9a {
|
|
width: 135rpx;
|
|
font-size: 27rpx;
|
|
}
|
|
.list .items .item .content.data-v-68f46e9a {
|
|
/* width: 75%; */
|
|
font-size: 27 upx;
|
|
}
|
|
.content text.data-v-68f46e9a {
|
|
padding-right: 5rpx;
|
|
}
|
|
.btns.data-v-68f46e9a {
|
|
/* padding: 0; */
|
|
}
|
|
|