This commit is contained in:
lb 2023-09-08 11:23:47 +08:00
parent 2c2790a473
commit 86bc094b89
3 changed files with 3 additions and 3 deletions

BIN
src/assets/rect-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

View File

@ -24,7 +24,7 @@ export default {
<style scoped lang="scss">
.rect-container {
background: rgba(45, 230, 196, 0.8);
background: url(../../../assets/rect-bg.png) no-repeat 100% / contain; // rgba(45, 230, 196, 0.8);
padding: 0;
width: 624px;
height: 304px;

View File

@ -24,7 +24,7 @@
<RectContainer class="rightMiddle" />
<RectContainer class="rightBottom" />
<div class="main-area" style="background: lightcoral;" />
<div class="main-area" style="background: #fff2;" />
</div>
</template>
@ -45,7 +45,7 @@ export default {
<style scoped lang="scss">
.main-panel {
background: #cccc;
// background: #cccc;
padding: 0 0 24px;
position: relative;
// top: -28px; //