/* pages/kabaw/kabaw.wxss */ page{ background: #e3e3e3; } .nomore{ width: 100%; text-align: center; color: #999; height: 40px; line-height: 40px; font-size: 14px; } .main{ width: 90vw; height: auto; margin: 0 5vw; } .info{ width: 100%; height: 120px; border: 1px solid #eee; border-radius: 12px; margin: 15px 0; position: relative; } .usering{ width: 60px; height: 60px; border-radius: 60px; margin: 30px 10px; background: #eee; overflow: hidden; } .info .txt{ width: auto; height: 30px; line-height: 30px; position: absolute; text-align: left; left: 80px; top: 30px; } .info .userlv{ top: 60px; } .go_center{ width: auto; height: 30px; line-height: 30px; position: absolute; right: 10px; text-align: right; top: 30px; display: flex; } .go_center image{ width: 8px; height: 14px; margin: 7px; } .mykabaw{ width:100%; height: auto; } .mykabaw .title{ width: 100%; height: 40px; display: flex; justify-content: space-between; } .title .name{ width: auto; height: 40px; line-height: 40px; text-align: left; font-size: 18px; } .title .showmore{ width: auto; display: flex; height: 40px; } .showmore .showtxt{ width: auto; height: 40px; line-height: 40px; font-size: 12px; } .showmore .more{ width: 8px; height: 12px; margin: 14px 0; } .list{ width: 100vw; height: 150px; margin-left: -5vw; display: flex; overflow: hidden; overflow-x:scroll; overflow-y: hidden; } .quan{ width: 80vw; height: 100px; padding:5px 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; } .quan .price{ width: auto; color: #D0021B; position: absolute; right: 12px; } .kaquan{ width: 90vw; height: auto; } .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; } .kaquan .kqtitle .native{ width: 50%; height: 50px; line-height: 50px; margin-top: 0; font-size: 18px; } .kaquan .qlist{ width: 100%; height: auto; padding: 5vw; border: 1px solid #eee; } .qlist .quan{ margin-left: 5vw; 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; } .main .qlist{ width: 100%; height: auto; padding: 5vw; border: 1px solid #eee; } .main .sousuo{ width: 80vw; height: 50px; margin: 0 5vw; margin-top: 10px; } .sousuo input{ width: 100%; height: 40px; line-height: 40px; padding: 0 20px; /* text-indent: 20px; */ border-radius: 40px; background:rgba(255,255,255,1); box-shadow:0px 2px 18px rgba(0,0,0,0.1); } .sousuo .sou-box{ width: 90vw; height: 40px; line-height: 40px; display: flex; margin: 10px 0; /* border-radius: 5px; */ border: 1px solid #eee; } .sou-box image{ width: 24px; height: 24px; margin: 8px; } .sou-box input{ width: calc( 90vw - 50px ); height: 40px; line-height: 40px; }