diff --git a/pages/home/myCellar.vue b/pages/home/myCellar.vue index bc2eeb4..6a056c7 100644 --- a/pages/home/myCellar.vue +++ b/pages/home/myCellar.vue @@ -11,33 +11,28 @@ - + - + - - + + + - - - - + --> + + + + + {{item.name}} + + - - + + + @@ -532,7 +534,7 @@ .top { width: 100vw; /* height: 126.66vw; */ - height: 75vw; + height: 50vw; /* 加载背景图 */ background-image: url(https://supervise.yxtsoft.com/lpk/image/clound_bj1.png); /* background-image: url(../../static/clound_bj1.png); */ @@ -540,7 +542,7 @@ background-size: 100% 100%; } - .label { +/* .label { background: #fff; color: #FF9900; font-size: 13px; @@ -548,15 +550,47 @@ padding-bottom: 15px; text-align: center; } - .label2 { - + background: #FF9900; color: #fff; font-size: 13px; padding-top: 15px; padding-bottom: 15px; text-align: center; + } */ + .label { + color: #191919; + font-size: 12px; + margin-top: 10px; + margin-bottom: 10px; + text-align: center; + padding-top: 7px; + padding-bottom: 7px; + margin-left: 5px; + } + .label2 { + background: #FFF; + color: #FFF; + background-color: #FF9900; + font-size: 12px; + margin-top: 10px; + margin-bottom: 10px; + padding-top: 7px; + padding-bottom: 7px; + text-align: center; + font-weight: bold; + border-radius: 20px; + margin-left: 5px; + } + .center { + display: flex; + flex-direction: row; + flex: 1; + background-color: #f7f7f7; + border-radius: 15px; + overflow: hidden; + min-width: 0; } /* 弹窗样式 */