You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
/* pages/index/index.wxss */
|
|
.list {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
.progress {
|
|
margin-bottom: 30rpx;
|
|
padding: 10rpx;
|
|
border: 1px solid #e7e7e7;
|
|
width: 90%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|