/* president/pages/search_books/search_books.wxss */ /* president/pages/home/home.wxss */ @import '../../../templates/nodata/nodata.wxss'; @import '../../../templates/footer/footer.wxss'; @import '../../../templates/loading/loading.wxss'; .header { background: #00B7FF; } .header-items { padding: 15rpx 30rpx; background:rgba(255,255,255,1); border-radius: 18rpx; } .header-item { float:left; margin: 30rpx; position: relative; top:-400rpx; padding-left: 50rpx; text-align:center; } /* .header-item::after { position: absolute; content: ''; bottom: 14rpx; left: -10rpx; width: 10rpx; height: 10rpx; border-radius: 50%; background: #00B7FF } */ .header-item-text { color: #FFFF; font-size: 30rpx; } .header-item-num { display:block; color: #FFFF; font-size: 50rpx; } .search { margin: 30rpx 30rpx 70rpx 30rpx; display: flex; justify-content: space-between; align-items: center; } .search-active { background: #fff; } .search-wrapper{ color: #00B7FF; text-align:center; background: #fff; } .search-container { width: 80%; display: flex; justify-content: space-between; align-items: center; margin:50rpx auto; } .search-icon{ position: relative; /* left:130px; */ } .search-input{ background: #fff; text-align: left; } .search-placeholder { color: #999; font-size: 30rpx; text-align: left; } .items { position: relative; z-index: 99; top:0rpx; } .list{ position: relative; top:0rpx; } .items-modal-Tips{ position: absolute; top:180rpx; color:#333333; right:-43rpx; width:60%; margin:0 auto; height:100rpx; } .items-modal-Selecttip{ display:inline-block; font-size:12px; position: relative; text-align:center; height:40rpx; line-height:40rpx; margin:10rpx; border:1rpx solid #F5F5F5; border-radius:10rpx; } .SelectActive{ border:1rpx solid #67A3FF; color:#67A3FF; /* top:-120rpx; */ } .item { padding: 10rpx 30rpx; display: flex; justify-content: space-between; align-items: center; background: #F5F5F5; } .item-title{ color: #333333; font-size: 34rpx; text-align: left; margin-bottom: 50rpx; } .item-text { color: #00B7FF; font-size: 28rpx; } .item-text-hot{ font-size: 28rpx; margin: 0rpx 30rpx; color:#666666; } .item-icon { width: 14rpx; height: 14rpx; margin-left: 20rpx; transition: all .3s; } .item-icon-active { transform: rotate(180deg); } .items-modal { position: absolute; top: 0; right: 0; width: 100%; height: 2000rpx; background: rgba(0, 0, 0, .5); z-index: 1000; } .items-modal-list { background: #fff; border-top: solid 1rpx #e6e6e6; padding: 30rpx; position: absolute; top: 0; right: 0; width: 50%; height: 1500rpx; z-index: 99999999; } .items-modal-text { font-size: 28rpx; color: #999; display:block; } .items-modal-Selects{ font-size: 28rpx; color: #999; height:100%; display:inline-block; } .items-modal-Select{ position: relative; text-align:center; height:50rpx; line-height:50rpx; width:120rpx; background: #F5F5F5; border-radius: 10%; margin:20rpx; border:1rpx solid #F5F5F5; } .items-group{ margin:100rpx 0rpx; border-bottom: solid 1rpx transparent; } .items-group:nth-last-of-type(1) { border-bottom: solid 1rpx transparent; } .SelectActive{ border:1rpx solid #00B7FF; color:#00B7FF; } .select-icon{ width:30rpx; height:30rpx; position: absolute; bottom: 0; right: 0; } .items-modal-icon { width: 26rpx; height: 20rpx; } .book-images-Container { width: 200rpx; height: 230rpx; box-shadow: 0rpx 0rpx 8rpx 0px rgba(204,204,204,1); border-radius: 6rpx; margin-right: 24rpx; overflow: hidden; position: relative; top:-50rpx; } .book-area { margin: 50rpx auto; background: #fff; border-radius: 18rpx; padding: 30rpx; } .book-ranking{ width: 60rpx; height: 60rpx; margin:70rpx 10rpx; } .ranking-icon{ width: 60rpx; height: 60rpx; } .list-result{ margin-bottom: 30rpx; } .list-result-one{ background: #F0F0F0; height: 72rpx; line-height: 72rpx; padding-left: 20rpx; color: #999999; font-size: 30rpx; } .list-result-two{ margin-top: 40rpx; color: #FF6464; font-size: 28rpx; text-align: center } .list-result-two-img{ width: 30rpx; height: 30rpx; margin-right: 10rpx; }