123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- /* pages/beerShop/beerShop.wxss */
- page{
- background: #F7F7F7;
- display: flex;
- flex-flow: row wrap;
- padding-bottom: 240rpx;
- }
- .shop-head{
- position: fixed;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 272rpx;
- background: #FFFFFF;
- display: flex;
- flex-direction: column;
- }
- .page-title{
- position: relative;
- width: 750rpx;
- height: 176rpx;
- background: #FFFFFF;
- }
- .page-title>text:nth-child(1){
- position: absolute;
- top: 106rpx;
- left: 32rpx;
- width: auto;
- height: 48rpx;
- font-size: 42rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 42rpx;
- z-index: 2;
- }
- .page-title>text:nth-child(2){
- position: absolute;
- top: 144rpx;
- left: 32rpx;
- width: 42px;
- height: 5px;
- background: #FF5700;
- z-index: 1;
- }
- .head-box{
- position: relative;
- width: 750rpx;
- height: 96rpx;
- display: flex;
- flex-direction: row;
- }
- .head-view{
- width: 172rpx;
- height: 96rpx;
- line-height: 96rpx;
- display: flex;
- flex-direction: row;
- }
- .head-view>text:nth-child(1){
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: rgba(0, 0, 0, 0.87);
- line-height: 44rpx;
- text-align: center;
- margin: 26rpx 0 26rpx 32rpx;
- }
- .head-view>image:nth-child(2){
- width: 32rpx;
- height: 32rpx;
- margin: auto 0;
- }
- .head-view>image:nth-child(3){
- width: 32rpx;
- height: 32rpx;
- margin: auto 0;
- }
- .kong{
- width: 750rpx;
- height: 272rpx;
- background: #F5F5F5;
- }
- .choice-show{
- position: fixed;
- top: 272rpx;
- left: 0;
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .choice-view{
- position: relative;
- top: 0;
- left: 0;
- width: 750rpx;
- height: auto;
- max-height: 600rpx;
- padding: 16rpx 0;
- border-top: 16rpx;
- background-color: #fff;
- display: flex;
- flex-direction: column;
- overflow: auto;
- }
- .choice-box{
- width: 750rpx;
- height: 100rpx;
- background: #FFFFFF;
- display: flex;
- }
- .choice-box>text:nth-child(1){
- margin: 28rpx auto 28rpx 32rpx;
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: rgba(0, 0, 0, 0.87);
- line-height: 44rpx;
- }
- .choice-box>image:nth-child(2){
- display: none;
- margin: 26rpx 32rpx 26rpx auto;
- width: 48rpx;
- height: 48rpx;
- }
- .beer-item{
- width: 346rpx;
- height: 526rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- display: flex;
- flex-direction: column;
- text-align: left;
- margin: 20rpx 0 0 20rpx;
- }
- .beer-item>image:nth-child(1){
- width: 346rpx;
- height: 346rpx;
- border-radius: 4px 4px 0px 0px;
- }
- .beer-item>text:nth-child(2){
- margin: 16rpx;
- width: 312rpx;
- height: 88rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: rgba(0, 0, 0, 0.87);
- line-height: 44rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .beer-origin{
- height: 44rpx;
- display: flex;
- flex-direction: row;
- margin: 0 16rpx 16rpx;
- }
- .beer-origin>image:nth-child(1){
- width: 44rpx;
- height: 44rpx;
- border-radius: 50%;
- margin-right: 12rpx;
- }
- .beer-origin>text:nth-child(2){
- width: auto;
- max-width: 200rpx;
- height: 44rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .beer-origin>text:nth-child(3){
- width: auto;
- max-width: 100rpx;
- height: 44rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- margin-left: auto;
- margin-right: 0;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .nonedata-style{
- width: 750rpx;
- height: 750rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .nonedata-style>image:nth-child(1){
- width: 332rpx;
- height: 264rpx;
- }
- .nonedata-style>text:nth-child(2){
- width: auto;
- height: 48rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 48rpx;
- margin-top: 32rpx;
- }
|