You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.1 KiB
106 lines
2.1 KiB
page { |
|
background-color: #f3f4f5; |
|
} |
|
.page { |
|
padding-bottom: 80rpx; |
|
.search { |
|
margin: 34rpx 32rpx 0; |
|
padding: 0 0 0 24rpx; |
|
display: flex; |
|
align-items: center; |
|
background: linear-gradient(158deg, #ffffff 0%, #f2f9fe 100%); |
|
border-radius: 106rpx 106rpx 106rpx 106rpx; |
|
border: 1px solid #ffffff; |
|
.icon { |
|
width: 36rpx; |
|
height: 36rpx; |
|
} |
|
.input { |
|
flex: 1; |
|
padding: 16rpx; |
|
line-height: 40rpx; |
|
font-size: 28rpx; |
|
} |
|
.place-input { |
|
color: #c9cdd4; |
|
} |
|
} |
|
.tip { |
|
margin: 52rpx 32rpx 0; |
|
font-size: 28rpx; |
|
color: #222222; |
|
font-weight: bold; |
|
} |
|
.card { |
|
padding: 24rpx; |
|
margin: 24rpx 32rpx 0; |
|
display: flex; |
|
gap: 24rpx; |
|
background: linear-gradient(173deg, #ffffff 0%, #eff7ff 100%); |
|
border-radius: 24rpx 24rpx 24rpx 24rpx; |
|
border: 2rpx solid #ffffff; |
|
.photo { |
|
flex-shrink: 0; |
|
width: 218rpx; |
|
height: 218rpx; |
|
border-radius: 16rpx; |
|
} |
|
.c-container { |
|
flex: 1; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: space-between; |
|
.title { |
|
font-size: 36rpx; |
|
color: #222222; |
|
font-weight: bold; |
|
line-height: 48rpx; |
|
} |
|
.book-name { |
|
flex: 1; |
|
padding-top: 20rpx; |
|
font-size: 32rpx; |
|
color: #999999; |
|
} |
|
.c-footer { |
|
margin-top: 20px; |
|
display: flex; |
|
justify-content: space-between; |
|
gap: 20rpx; |
|
.type { |
|
font-size: 32rpx; |
|
color: #999999; |
|
} |
|
.stat { |
|
flex-shrink: 0; |
|
.s-item { |
|
display: flex; |
|
align-items: center; |
|
gap: 8rpx; |
|
font-size: 28rpx; |
|
color: #999999; |
|
.icon { |
|
width: 32rpx; |
|
height: 32rpx; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
.empty-search { |
|
.e-icon { |
|
margin: 186rpx auto 0; |
|
display: block; |
|
width: 217rpx; |
|
height: 236rpx; |
|
} |
|
.content { |
|
margin-top: 44rpx; |
|
font-size: 32rpx; |
|
line-height: 48rpx; |
|
color: #999999; |
|
text-align: center; |
|
} |
|
} |
|
}
|
|
|