|
|
@@ -341,7 +341,6 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
console.log(dayjs(1672800458125).format('YYYY-MM-DD'));
|
|
|
-
|
|
|
// getData(true).then(() => {
|
|
|
// goBottom();
|
|
|
// });
|
|
|
@@ -436,11 +435,11 @@ const fixedHeight = computed(() => {
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.page {
|
|
|
- background: #1c1c1c;
|
|
|
+ background: #0f1014;
|
|
|
}
|
|
|
|
|
|
.message-bottom {
|
|
|
- background-color: #222426;
|
|
|
+ background-color: #0f1014;
|
|
|
position: fixed;
|
|
|
.bottom(0px);
|
|
|
bottom: 0;
|
|
|
@@ -455,6 +454,7 @@ const fixedHeight = computed(() => {
|
|
|
.file-btn {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
+ margin-left: 16px;
|
|
|
}
|
|
|
.van-form {
|
|
|
flex-grow: 1;
|
|
|
@@ -465,6 +465,8 @@ const fixedHeight = computed(() => {
|
|
|
--van-cell-horizontal-padding: 12px;
|
|
|
--van-field-placeholder-text-color: rgba(255, 255, 255, 0.4);
|
|
|
--van-field-input-text-color: #fff;
|
|
|
+ --van-cell-background-color: #1c1f24;
|
|
|
+ border-radius: 100px;
|
|
|
}
|
|
|
|
|
|
.btn-content {
|
|
|
@@ -494,7 +496,7 @@ const fixedHeight = computed(() => {
|
|
|
}
|
|
|
|
|
|
.emoji-list {
|
|
|
- background-color: #d8d8d810;
|
|
|
+ background-color: #242632;
|
|
|
.flex();
|
|
|
flex-wrap: wrap;
|
|
|
padding: 10px 16px;
|
|
|
@@ -522,7 +524,7 @@ const fixedHeight = computed(() => {
|
|
|
}
|
|
|
|
|
|
&.prim {
|
|
|
- background-color: #d8d8d810;
|
|
|
+ background-color: #242632;
|
|
|
}
|
|
|
}
|
|
|
.emoji-btn + .emoji-btn {
|
|
|
@@ -530,7 +532,7 @@ const fixedHeight = computed(() => {
|
|
|
}
|
|
|
}
|
|
|
.sticker-list {
|
|
|
- background-color: #d8d8d810;
|
|
|
+ background-color: #242632;
|
|
|
.flex();
|
|
|
flex-wrap: wrap;
|
|
|
padding: 10px 16px;
|
|
|
@@ -553,6 +555,9 @@ const fixedHeight = computed(() => {
|
|
|
|
|
|
.file-upload {
|
|
|
position: relative;
|
|
|
+ .file-btn {
|
|
|
+ margin-left: 0 !important;
|
|
|
+ }
|
|
|
.van-uploader {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
@@ -569,7 +574,7 @@ const fixedHeight = computed(() => {
|
|
|
}
|
|
|
|
|
|
.van-nav-bar {
|
|
|
- --van-nav-bar-background-color: #222426;
|
|
|
+ --van-nav-bar-background-color: #0f1014;
|
|
|
--van-nav-bar-icon-color: #fff;
|
|
|
--van-nav-bar-title-text-color: #fff;
|
|
|
--van-nav-bar-text-color: #fff;
|
|
|
@@ -586,7 +591,7 @@ const fixedHeight = computed(() => {
|
|
|
}
|
|
|
|
|
|
.fixed-info {
|
|
|
- --van-notice-bar-background-color: #222426;
|
|
|
+ --van-notice-bar-background-color: #0f1014;
|
|
|
--van-notice-bar-text-color: @prim;
|
|
|
}
|
|
|
</style>
|