This commit is contained in:
yanran200730
2022-09-30 09:46:01 +08:00
parent 65455afb58
commit 368ec56181
2 changed files with 10 additions and 4 deletions

View File

@@ -698,9 +698,10 @@ export default {
overflow-y: auto;
overflow-x: hidden;
z-index: 111;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #fff;
background: rgba(0,15,38,0.30);
border: 1px solid #103588;
// filter: blur(5px);
.community-info__close {
position: absolute;
@@ -729,7 +730,8 @@ export default {
.community-info__header {
min-height: 92px;
padding: 12px;
background: #2266FF;
// background: #2266FF;
// background-image: linear-gradient(270deg, #0B9EFF 0%, #0251E3 100%);
h2 {
max-width: 260px;