123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- /* 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
- } */
- .search-icon{
- position: relative;
- }
- .search-input{
- background: #fff;
- }
- .search-container {
- width: 92%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin:50rpx auto;
- }
- .header-item-text {
- color: #FFFF;
- font-size: 30rpx;
- }
- .header-item-num {
- display:block;
- color: #FFFF;
- font-size: 50rpx;
- }
- .item-result{
- color: #999999;
- background: rgb(231, 229, 229);
- width:100%;
- height:72rpx;
- line-height:72rpx;
- padding:0 20rpx;
- }
- .search {
- position: relative;
- top:-210rpx;
- left:7px;
- }
- .search-active {
- background: #fff;
- }
- .search-wrapper{
- color: #00B7FF;
- text-align:center;
- background: #fff;
- }
- .items {
- color: #333333;
- font-size: 34rpx;
- margin: 30rpx 20rpx 0 20rpx;
- }
- .list{
- position: relative;
- top:20rpx;
- }
- .item {
- padding: 10rpx 30rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #F5F5F5;
- }
- .PromptModel{
- position: absolute;
- top: 5%;
- z-index:99999999999;
- width:100%;
- height:100%
-
- }
- .books-Info{
- background-color:#ffff;
- height:300rpx;
- width:90%;
- border-radius:20rpx;
- margin:0 auto;
- }
- .book-images{
- position: relative;
- top:-24rpx;
- }
- .MessageBox{
- background-color:#ffff;
- height:200rpx;
- width:60%;
- border-radius:20rpx;
- margin:0 auto;
- padding:50rpx 0rpx;
- }
- .Message-texts{
- margin-top:30rpx;
- font-size:15px;
- color:#333333;
- font-weight:700;
- text-align:center;
- width:80%;
- margin:0 auto;
- }
- .Message-confirm{
- width:80%;
- margin-top:50rpx;
- margin-left:150rpx;
- }
- .The-arrow{
- margin:0 auto;
- height:190rpx;
- width:50rpx;
- margin-top:100rpx;
- }
- .Thearrow-icon{
- height:100rpx;
- width:50rpx;
- }
- .book-texts{
- position: absolute;
- top:40rpx;
- font-size:15px;
- color:#333333;
- right:40rpx;
- width:60%;
- margin:0 auto;
- height:100rpx;
- }
- .book-textIcon{
- position: absolute;
- top:220rpx;
- color:#333333;
- left:260rpx;
- margin:0 auto;
- }
- .item-title{
- color: #333333;
- font-size: 40rpx;
- text-align: left;
- }
- .items-modal-Tips{
- position: absolute;
- top:140rpx;
- color:#333333;
- right:40rpx;
- width:60%;
- margin:0 auto;
- height:100rpx;
- }
- .items-modal-Selecttip{
- display:inline-block;
- font-size:12px;
- position: relative;
- text-align:center;
- height:50rpx;
- line-height:50rpx;
- width:160rpx;
- border-radius: 5%;
- margin:10rpx;
- border:1rpx solid #F5F5F5;
- }
- .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{
- display:inline-block;
- font-size:12px;
- position: relative;
- text-align:center;
- height:40rpx;
- line-height:40rpx;
- margin:10rpx;
- padding: 0 8rpx;
- border:1rpx solid #F5F5F5;
- border-radius:10rpx;
- }
- .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 #67A3FF;
- color:#67A3FF;
- }
- .select-icon{
- width:30rpx;
- height:30rpx;
- position: absolute;
- bottom: 0;
- right: 0;
- }
- .items-modal-icon {
- width: 26rpx;
- height: 20rpx;
- }
- .li {
- margin:50rpx auto;
- background:#fff;
- border-radius:18rpx;
- padding:0 !important ;
- }
- .book-content{
- padding:15rpx;
- }
- .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);
- }
- }
|