tangshi300/pages/search/search.wxss

216 lines
3.1 KiB
Plaintext

.container {
background-color: #f2f0e6;
padding-bottom: 20rpx;
}
.head {
background-color: #f2f0e6;
background-repeat: no-repeat;
background-size: 100% 100%;
padding-bottom: 30rpx;
padding-top: 30rpx;
width: 750rpx;
}
.head-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item {
color: #fff;
}
.item,.item-checked {
align-items: center;
font-size: 24rpx;
height: 45rpx;
line-height: 45rpx;
margin: 10rpx 10rpx 20rpx;
text-align: center;
width: 100rpx;
}
.item-checked {
background: #f3f9f5;
border: 1rpx solid #e0f1e6;
border-radius: 35rpx;
color: #f3af4a;
}
.selected {
color: #f3af4a;
}
.switch {
padding: 15px 15px 0;
}
.switch-title {
font-size: 36rpx;
}
.switch-tip {
color: #666;
font-size: 28rpx;
padding-top: 10px;
}
.switch-select {
--dropdown-menu-title-text-color: #d4237a;
flex: 2;
}
.van-dropdown-menu {
box-shadow: 0 0 0 0!important;
}
.book {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
.book-item {
background-color: #fff;
border: 1px solid #eee;
border-radius: 10px;
margin-bottom: 20px;
position: relative;
}
.book-tag {
display: flex;
justify-content: flex-start;
}
.book-item-wrap {
position: relative;
text-align: center;
}
.book-item-dot {
position: absolute;
right: 0;
top: 0;
}
.book-item-read {
background-color: #fff;
color: red;
font-size: 10px;
left: 0;
opacity: .95;
padding: 0 5px;
position: absolute;
top: 0;
}
.book-item-img {
border-radius: 10px;
box-shadow: 2px 2px 5px #ccc;
height: 300rpx;
position: relative;
width: 90%;
}
.book-name {
color: #333;
font-size: 40rpx;
margin-top: 5px;
padding-top: 10px;
position: relative;
text-align: center;
}
.book-number {
border: 1px solid #ff9800;
border-radius: 10px;
color: #ff9800;
height: 40rpx;
justify-content: center;
margin-left: 20rpx;
margin-top: 30rpx;
position: absolute;
width: 40rpx;
}
.book-number,.book-word {
align-items: center;
display: flex;
}
.book-word {
margin-bottom: 10px;
margin-top: 10px;
}
.img {
height: 80rpx;
width: 80rpx;
}
.book-word-name {
color: #666;
flex: 1;
font-size: 28rpx;
padding-right: 5px;
text-align: center;
}
.book-word-voice {
margin-right: 8px;
position: absolute;
right: 0;
top: 0;
}
.book-btn {
justify-content: space-around;
margin-bottom: 20rpx;
}
.book-btn,.book-btn view {
display: flex;
}
.book-btn view {
flex: 1;
justify-content: center;
}
.book-word-text {
font-size: 28rpx;
margin-bottom: 20rpx;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-overflow: ellipsis;
white-space: nowrap;
}
.dialog-text {
margin-bottom: 30px;
text-align: center;
}
.status {
font-size: 24rpx;
position: absolute;
right: 5px;
top: 5px;
}
.status-true {
color: #4fc08d;
}
.status-false {
color: red;
}
.ad {
margin-top: 40px;
width: 100%;
}