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.
44 lines
721 B
Plaintext
44 lines
721 B
Plaintext
|
|
.list {
|
|
margin: 15rpx 10rpx;
|
|
}
|
|
.list .item-goin {
|
|
width: 120rpx;
|
|
display: inline-block;
|
|
}
|
|
.list .items {
|
|
background-color: #FFF;
|
|
padding: 20rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.list .list_footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
}
|
|
.list .items .item {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.list .items .item:last-child {
|
|
margin-bottom: 0rpx;
|
|
}
|
|
.list .items .item .title {
|
|
width: 130rpx;
|
|
font-size: 27rpx;
|
|
}
|
|
.list .items .item .content {
|
|
/* width: 75%; */
|
|
font-size: 27 upx;
|
|
}
|
|
.content text {
|
|
padding-right: 5rpx;
|
|
}
|
|
|