工作台修改

This commit is contained in:
2025-09-19 17:34:28 +08:00
parent 9b00bb3561
commit d4f357d624
63 changed files with 3615 additions and 15 deletions

View File

@@ -0,0 +1,44 @@
/* pages/workBench/index.wxss */
.wrapper {
margin: 20rpx 0rpx;
}
.contentWrapper {
background-color: white;
width: 100%;
margin-bottom: 24rpx;
}
.image {
padding: 50rpx 0;
display: flex;
justify-content: center;
}
.title {
font-size: 32rpx;
font-weight: 600;
/* margin-top: 30rpx; */
margin-bottom: 20rpx;
text-align: center;
}
.number {
font-size: 40rpx;
font-weight: 700;
color: var(--deep-green);
text-align: center;
padding-bottom: 30rpx;
}
.imageContent {
width: 100rpx;
height: 100rpx;
border-radius: 12rpx;
background-color: var(--light-green);
}
page {
background-color: rgb(242,243,245);
}