fix
This commit is contained in:
parent
84071feb24
commit
74c31cf407
Binary file not shown.
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 33 KiB |
@ -13,6 +13,7 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.belt-block {
|
.belt-block {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background-color: rgb(0, 0, 0);
|
||||||
background-image: url("@/assets/belt.png");
|
background-image: url("@/assets/belt.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-cloud, .message-cloud-2, .message-cloud-3 {
|
||||||
|
background-color: bisque;
|
||||||
|
}
|
||||||
|
|
||||||
.message-cloud {
|
.message-cloud {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user