You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
345 B
15 lines
345 B
5 years ago
|
/* subpages/understandJs/pages/archivesDetail/archivesDetail.wxss */
|
||
|
.archive-item {
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(51,51,51,1);
|
||
|
margin: 34rpx 32rpx;
|
||
|
}
|
||
|
.archive-line {
|
||
|
width:690rpx;
|
||
|
height:1px;
|
||
|
background:rgba(242,242,242,1);
|
||
|
border-radius:1px;
|
||
|
margin: 0 auto;
|
||
|
}
|