/* president/pages/book_Imformation/book_Imformation.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; } .item-img{ text-align: center; } .book-image-item{ width:198rpx; height:234rpx; box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1); border-radius:6rpx; position: relative; top: -45rpx; } .header-item-text { color: #FFFF; font-size: 30rpx; } .header-item-num { display:block; color: #FFFF; font-size: 50rpx; } .search { position: relative; top:20rpx; left:7rpx; } .search-active { background: #fff; } .search-wrapper{ color: #00B7FF; text-align:center; background: #fff; } .search-icon{ position: relative; left:130px; } .search-input{ background: #fff; } .items { position: relative; z-index: 99; top:120rpx; } .list{ position: relative; top:-120rpx; } .item-title{ color: #333333; font-size: 40rpx; text-align: left; } .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{ margin:0 20rpx; background-color: #fff; border-radius:50rpx; } .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{ display:inline-block; font-size:24rpx; text-align:center; height:40rpx; line-height:40rpx; margin:10rpx; border:2rpx solid rgba(103,163,255,1); padding:8rpx 10rpx; border-radius: 8rpx; color: #67A3FF } .items-modal-textInfo{ display:inline-block; color:#D59F10; font-size:28rpx; } .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:200rpx; height:250rpx; position: absolute; top: -100rpx; right: 50%; margin-right:-100rpx; border-radius:30rpx; } .item-textInfo{ /* height:400rpx; */ width:100%; } .items-modal-icon { width: 26rpx; height: 20rpx; } .items-modal-Tips{ text-align:center; margin-bottom: 30rpx; } .item-textword{ margin:30rpx auto; font-size:34rpx; text-align:center; } .recommended{ position:relative; top:-68rpx; left:-29rpx; } .recommended-text{ position:absolute; top:7rpx; left:36rpx; color:#fff; font-size: 28rpx; } .recommended-icon{ width:128rpx; height:54rpx; } .book-text{ padding-bottom: 30rpx; text-align:center; } .item-content{ position: relative; top: 100rpx; margin:100rpx 20rpx; background-color: #fff; border-radius:50rpx; padding:50rpx 30rpx; } .item-content-textword{ font-size:14px; /* text-align:center; */ color:#666666; } .same-title{ color: #333333; font-size: 34rpx; margin: 60rpx 20rpx; } .fold{ width: 100%; height:88rpx; background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%); opacity:0.9; font-size: 30rpx; text-align: center; line-height: 88rpx; position: fixed; bottom: 0; color: #fff; z-index: 999; }