48 lines
735 B
Plaintext
48 lines
735 B
Plaintext
/* 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);
|
|
}
|
|
|
|
.operate {
|
|
padding-bottom: 24rpx;
|
|
} |