调整微信小程序的报错。
This commit is contained in:
51
unpackage/dist/dev/mp-weixin/pages-subpackage/workspace/workspace.wxss
vendored
Normal file
51
unpackage/dist/dev/mp-weixin/pages-subpackage/workspace/workspace.wxss
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
|
||||
.page.data-v-9fd0b295 {
|
||||
min-height: 100vh;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.content.data-v-9fd0b295 {
|
||||
padding-top: 44px;
|
||||
padding: 44px 16px 20px;
|
||||
}
|
||||
.scene-grid.data-v-9fd0b295 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16px;
|
||||
}
|
||||
.scene-card.data-v-9fd0b295 {
|
||||
background: #FFFFFF;
|
||||
border-radius: 12px;
|
||||
padding: 24px 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.scene-card.data-v-9fd0b295:active {
|
||||
transform: scale(0.98);
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.scene-icon.data-v-9fd0b295 {
|
||||
margin-bottom: 12px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(135deg, rgba(42, 104, 255, 0.1) 0%, rgba(42, 104, 255, 0.05) 100%);
|
||||
border-radius: 16px;
|
||||
}
|
||||
.scene-title.data-v-9fd0b295 {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
margin-bottom: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.scene-desc.data-v-9fd0b295 {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
line-height: 1.4;
|
||||
}
|
||||
Reference in New Issue
Block a user