123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- /* president/pages/book_inventory/book_inventory.wxss */
- @import '../../../templates/nodata/nodata.wxss';
- @import '../../../templates/footer/footer.wxss';
- @import '../../../templates/loading/loading.wxss';
- .header {
- padding: 20rpx;
- background: #F5F5F5;
- margin-bottom: 20rpx;
- }
- .header-items {
- background: #F5F5F5;
- border-radius: 18rpx;
- display:inline-block;
- margin-left: 20rpx;
- /* position: relative;
- top:15rpx; */
- }
- .book-footer-delete{
- width:108rpx;
- height:58rpx;
- border-radius:30rpx;
- border:1px solid rgba(255,84,43,1);
- line-height: 58rpx;
- text-align: center;
- color: #FF542B;
- font-size: 28rpx;
- }
- .book-text-empty{
- color: #FF542B;
- font-size: 26rpx;
- padding-top: 10rpx;
- }
- .li-active{
- background: #EDEDED !important;
- }
- .li-word-active{
- color: #666666 !important;
- }
- .li-border-active{
- color: #999999 !important;
- border:2rpx solid rgba(153,153,153,1) !important;
- }
- .li{
- padding: 0 !important;
- margin-top: 50rpx !important;
- }
- .month{
- background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- border-radius:49rpx;
- color: #fff;
- font-size: 28rpx;
- height: 68rpx;
- line-height: 68rpx;
- display: inline-block;
- /* justify-content: space-between; */
- /* margin: 20rpx; */
- padding: 0 20rpx;
- }
- .header-item {
- margin: 16rpx;
- position: relative;
- padding-left: 20rpx;
- }
- .header-item::after {
- position: absolute;
- content: '';
- bottom: 14rpx;
- left: -10rpx;
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background: #00B7FF
- }
- .header-item-active {
- padding-left: 20rpx;
- }
- .header-item-active::after {
- position: absolute;
- content: '';
- bottom: 14rpx;
- left: -10rpx;
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background: #FF542B
- }
- .header-item-text {
- color: #333333;
- font-size: 34rpx;
- margin-right: 20rpx;
- }
- .header-item-num {
- color: #999999;
- font-size: 30rpx;
- }
- .header-item-num-active {
- color: #FF542B;
- }
- .apply-items{
- position:absolute;
- right:0;
- display:inline-block;
- text-align:center;
- height:60rpx;
- line-height:60rpx;
- width:200rpx;
- color:#9A5B11;
- background: linear-gradient(#FFD76C, #FFB424);
- border-radius: 34rpx 0rpx 0rpx 34rpx;
- padding:7rpx 0 7rpx 30rpx;
- }
- .linkicon-image{
- width:14rpx;
- height:24rpx;
- margin:auto 15rpx;
- }
- .list-btn {
- width: 100%;
- height: 88rpx;
- background: linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- line-height: 88rpx;
- text-align: center;
- color: #fff;
- font-size: 32rpx;
- position: fixed;
- bottom: 98rpx;
- left: 0;
- opacity: 0.9;
- z-index: 99;
- }
- .nav{
- background: linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- opacity: 0.9;
- color:#fff;
- position:fixed;
- bottom:111rpx;
- width:100%;
- z-index:99;
- }
- .nav-item-text-active {
- color:#fff;
- }
- .recommended-icon{
- width:50rpx;
- height:50rpx;
- }
- .book-footer {
- position: absolute;
- bottom:40px;
- right: 20rpx;
- }
- .book-images-items {
- top:-28rpx;
- position: relative;
- margin-right: 15rpx;
- }
- .book-image-item{
- width:178rpx;
- height:210rpx;
- border-radius: 6rpx;
- }
- .book-content{
- padding:15rpx;
- }
- .li-right-tips-items{
- margin: 10rpx 0;
- }
- .model-tips{
- width:436rpx;
- background:rgba(255,255,255,1);
- border-radius:10rpx;
- margin: auto;
- padding: 34rpx;
- position: fixed;
- top: 500rpx;
- 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: 143rpx;
- left: 218rpx;
- }
- .load{
- color: #999999;
- font-size: 26rpx;
- text-align: center;
- margin: 30rpx;
- }
- .book-title-new{
- color: #333;
- font-size: 32rpx;
- }
- .book-wrapper-items{
- display:flex;
- align-items: flex-start;
- position: relative;
- }
|