/* pages/kabaw/kabaw.wxss */ page{ background: rgba(242,242,242,1); } .nomore{ width: 100%; text-align: center; color: #999; height: 40px; line-height: 40px; font-size: 14px; } .main{ width: 100vw; height: auto; margin-bottom: 50px; /* margin: 0 5vw; */ } .info{ width: 100%; height: 120px; /* border: 1px solid #eee; */ /* border-radius: 12px; */ /* margin: 15px 0; */ position: relative; /* box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3); */ } .info .bg{ position: absolute; top: 0; left: 0; width: 100vw; height: 120px; z-index: 0; } .info .usering{ width: 60px; height: 60px; border-radius: 60px; background: #eee; overflow: hidden; position: absolute; top: 20px; left: 20px; } .info .txt{ width: auto; height: 30px; line-height: 30px; position: absolute; text-align: left; left: 90px; top: 20px; color: #fff; } .info .userlv{ height: 30px; line-height: 20px; top: 50px; } .go_center{ width: 100px; height: 24px; line-height: 24px; position: absolute; right: 20px; top: 20px; background:rgba(255,255,255,0.3); border-radius: 24px; padding: 0 10px; text-align: center; color:#fff; font-size: 12px; } .go_center image{ width: 8px; height: 14px; margin: 7px; } .mykabaw{ width:80vw; height: auto; margin: 0 10vw; } .mykabaw .title{ width: 100%; height: 40px; display: flex; justify-content: space-between; margin-bottom: 15px; } .title .name{ width: auto; height: 40px; line-height: 40px; text-align: left; font-size: 18px; } .title .showmore{ width: auto; display: flex; height: 26px; border-radius: 26px; margin:7px 0; padding: 0 10px; background:linear-gradient(360deg,rgba(75,113,161,1) 0%,rgba(15,40,98,1) 100%); } .showmore .showtxt{ width: auto; height: 26px; line-height: 26px; font-size: 12px; color: #fff; } .showmore .more{ width: 8px; height: 12px; margin: 14px 0; } .list{ width: 95vw; height: auto; margin-left: -5vw; display: flex; overflow: hidden; overflow-x:scroll; overflow-y: hidden; } .quan{ width: 80vw; height: 110px; padding:10px 0; margin-left: 5vw; position: relative; /* border-radius: 8px; */ /* border: 1px solid #eee; */ display: flex; } .quan .left{ width: 26vw; height: 90px; } .quan .right{ width: 54vw; height: 90px; padding: 10px 10px; font-size: 10px; background: #fff; } .left image{ width: 26vw; height: 90px; /* margin: 15px calc( 13vw - 35px ); */ background: #eee; } .quan .gouser{ width: auto; padding: 0 10px; text-align: center; height: 24px; line-height: 24px; border-radius: 24px; border: 1px solid #0F2862; /* background: #f20; */ position: absolute; bottom: 25px; right: 12px; font-size: 12px; } .right view{ width: auto; height: 17px; line-height: 17px; } .right .store{ word-break: break-all; overflow: hidden; } .right .qname{ width: 100%; height: 29px; /* line-height: 29px; */ font-size: 16px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; } .kaquan{ width: 100vw; height: auto; background: #fff; } .kaquan .kqtitle{ width: 100%; height: 50px; line-height: 50px; display: flex; } .kaquan .kqtitle view{ width: 50%; height: 30px; line-height: 30px; margin-top: 20px; font-size: 14px; border-radius: 5px 5px 0 0; border:1px solid #eee; text-align: center; border-bottom: none; } .kaquan .kqtitle .native{ width: 50%; height: 51px; line-height: 50px; margin-top: 0; font-size: 18px; background: #fff; box-shadow: -1px -3px 3px 0 rgba(0,0,0,0.3) ; border-bottom: none; } .kaquan .qlist{ width: 80vw; margin: 0 10vw; height: auto; /* padding: 5vw; */ /* border: 1px solid #eee; box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3); */ } .qlist .quan{ margin-left: 0; width: 80vw; border: none; border-radius: 0; border-bottom: 1px solid #eee; } .qr_box{ width: 100vw; height: 100vh; background: rgba(0,0,0, 0.5); position: fixed; top: 0; left: 0; z-index: 22; } .qr_box .qr{ width: 70vw; height: 70vw; background: #fff; border-radius: 10px; margin: calc( 50vh - 35vw ) 15vw; } .qr .title{ width: 100%; height: 10vw; line-height: 10vw; margin: 7vw 0; text-align: center; font-size: 18px; } .qr .qrcode{ width: 40vw; height:40vw; margin: 0 15vw; } .qrcode image{ width:100%; height: 100%; background: #eee; } .sousuo{ width: 100%; height: 46px; } .sousuo .souinput{ width: 80vw; height: 36px; line-height: 36px; /* text-indent: 15px; */ border-radius: 36px; box-shadow:0px 2px 18px rgba(0,0,0,0.1); margin: 5px 10vw; background: #fff; padding: 0 15px; } .tabs{ width: 100vw; height: 40px; display: flex; margin-top: 20px; justify-content: center; } .tabs .tab{ width: 40vw; height: 40px; line-height: 40px; text-align: center; color: #9B9B9B; } .tabs .native{ background: #fff; border-radius:10px 10px 0 0; } .foot{ width: 100%; height: 50px; display: flex; justify-content: space-around; position: fixed; bottom: 0; z-index: 9; background: #fff; border-top: 1px solid #eee; } .foot .box{ width: 90px; height: 40px; margin: 5px 0; } .box image{ width: 25px; height: 25px; margin: 0 32.5px; } .box .name{ width: 100%; height: 15px; line-height: 10px; text-align: center; font-size: 12px; color: #a2a2a2; } .nativ .name{ color: #0F2862; }