/* president//pages/good_books_new/good_books_new.wxss */ @import '../../../templates/nodata/nodata.wxss'; @import '../../../templates/footer/footer.wxss'; @import '../../../templates/loading/loading.wxss'; .bg{ background:#00B7FF; width: 100%; height: 225rpx; position: fixed; top:0; z-index: 999; } .bg-left{ border-right: 2px solid #fff; border-top: 2px solid #fff; height: 20rpx; width: 20rpx; transform: rotate(-135deg); -webkit-transform: rotate(-135deg); border-left: 2rpx solid transparent; border-bottom: 2rpx solid transparent; display: inline-block; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); margin: 74rpx 0 0 19rpx } .bg-word{ display: inline-block; color: #FFFFFF; font-size: 30rpx; margin: 110rpx 0 0 40%; font-family:PingFangSC-Medium,PingFang SC; } .all{ margin-top: 225rpx; } .search-container-img{ width: 254rpx; height: 93rpx; margin-left: 26rpx; z-index: 1000; } .show-model{ position: relative; z-index: 1001 !important; } .head{ position: relative; bottom:50rpx; display: flex; justify-content: space-between; align-items: center; } .search-input{ text-align: center; } .head-search{ margin-left: 26rpx; width: 422rpx; z-index: 1000; } .book-images { top:-24rpx; position: relative; } .new-placeholder{ color: #02B8FF; text-align: center; } .search-icon-img{ width: 30rpx; height: 30rpx; position: relative; left: 36%; } .content{ padding: 0; margin: 0 20rpx; } .content-head{ display: flex; justify-content: space-between; align-items: center; color: #333333; font-size: 34rpx; margin-bottom: 60rpx } .content-head-hot{ display: flex; justify-content: flex-start; align-items: center; color: #666666; font-size: 30rpx; } .content-head-hot-icon{ width: 20rpx; height: 22rpx; margin-left: 10rpx; } .model-tips{ width:436rpx; background:rgba(255,255,255,1); border-radius:10rpx; margin: auto; padding: 34rpx; position: fixed; top: 373rpx; left: 149rpx; } .model-tips-btn{ width:182rpx; height:62rpx; background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%); border-radius:36rpx; color: #fff; font-size: 28rpx; margin:auto; margin-top: 30rpx; line-height: 62rpx; } .model-grade{ width:49rpx; height:87rpx; position: fixed; top: 276rpx; left: 218rpx; } .screen{ width:57.3%; height:80vh; background:rgba(255,255,255,1); position: fixed; top: 0; right: 0; padding: 70rpx 0 100rpx 0; margin-top: 180rpx } .screen-items{ border-bottom: 2rpx solid #E6E6E6; padding: 30rpx; } .screen-items-head{ color: #333333; font-size: 28rpx; text-align: left; margin-bottom: 30rpx; } .screen-items-all{ width: 50%; text-align: center; display: inline-block; margin-bottom: 40rpx; position: relative; } .screen-items-all-img{ width: 38rpx; height: 38rpx; position: absolute; bottom: 0; right: 0; } .screen-active{ border:2rpx solid rgba(0,183,255,1) !important; background:rgba(235,246,250,1) !important; color: #00B7FF !important; } .screen-items-content{ padding: 20rpx 28rpx; background:rgba(240,242,242,1); border-radius:10rpx; display: inline-block; background: #F0F2F2; color: #4D4D4D; font-size: 28rpx; overflow: hidden; position: relative; border:2rpx solid transparent; } .screen-btn{ /* width: 336rpx; height:68rpx; */ border-radius:100rpx; color: #fff; font-size: 28rpx; line-height: 68rpx; display: flex; } .screen-btn-rest{ background: #51CEFF; padding: 14rpx 52rpx; border-radius:100rpx 0px 0px 100rpx; } .screen-btn-sure{ background: #00B7FF; padding: 14rpx 52rpx; border-radius:0px 100rpx 100rpx 0px; } .ul-num-right{ width: 14rpx; height: 24rpx; margin-left: 10rpx; } .ul-select{ /* position: absolute; */ /* bottom: 60rpx; */ /* right: 30rpx; */ color: #999999; font-size: 30rpx; margin: auto 0; } .li-root{ display: flex; justify-content: space-between; align-items: center; width: 70%; } .load{ color: #999999; font-size: 26rpx; text-align: center; margin: 30rpx; } .load-img{ width: 40rpx; height: 40rpx; animation: loading 3s linear infinite; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }