123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- /* 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: 92%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin:30rpx 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;
- margin-top:20rpx;
- }
- .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 0;
- border:1rpx solid #67A3FF;
- color:#67A3FF;
- border-radius:10rpx;
- padding: 0 10rpx;
- }
- .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:-25rpx;
- }
- .book-area {
- margin: 50rpx auto;
- background: #fff;
- border-radius: 18rpx;
- padding: 30rpx;
- }
- .book-ranking{
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- margin:auto 10rpx;
- }
- .ranking-icon{
- width: 60rpx;
- height: 60rpx;
- }
- .list-result{
- margin-bottom: 60rpx;
- }
- .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;
- }
- .li{
- margin:50rpx auto;
- padding: 0 !important;
- }
|