mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-12 02:24:01 +08:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
page{
|
|
background: #f5f5f5;
|
|
}
|
|
.mark-list-item {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 10rpx;
|
|
background: #f5f5f5;
|
|
margin: 20rpx;
|
|
position: relative;
|
|
}
|