工作台修改
This commit is contained in:
44
pages/workBenchNew/index.wxss
Normal file
44
pages/workBenchNew/index.wxss
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user