init
This commit is contained in:
37
packages/demo/pages/workbench/index.wxss
Normal file
37
packages/demo/pages/workbench/index.wxss
Normal file
@@ -0,0 +1,37 @@
|
||||
.workbench-hero {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20rpx;
|
||||
padding: 32rpx;
|
||||
}
|
||||
|
||||
.workbench-hero__title {
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.entry-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24rpx;
|
||||
}
|
||||
|
||||
.todo-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24rpx;
|
||||
padding: 32rpx;
|
||||
}
|
||||
|
||||
.todo-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20rpx;
|
||||
}
|
||||
|
||||
.todo-item {
|
||||
font-size: 24rpx;
|
||||
line-height: 1.7;
|
||||
color: #475569;
|
||||
}
|
||||
Reference in New Issue
Block a user