cleanup
This commit is contained in:
parent
2c2790a473
commit
86bc094b89
BIN
src/assets/rect-bg.png
Normal file
BIN
src/assets/rect-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 354 KiB |
@ -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;
|
||||
|
@ -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; // 往上部偏移一点
|
||||
|
Loading…
Reference in New Issue
Block a user