123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- /* 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;
- }
|