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.
32 lines
555 B
32 lines
555 B
/* pages/topics/attract/index.wxss */
|
|
.main-container-box{
|
|
background: #fff;
|
|
padding: 0 30rpx;
|
|
}
|
|
.title-box{
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1px solid #ededed;
|
|
padding: 40rpx 0;
|
|
}
|
|
.icon-ocean{
|
|
width:52rpx;
|
|
height:52rpx;
|
|
}
|
|
.title{
|
|
color: rgba(85, 83, 83, 100);
|
|
font-size: 34rpx;
|
|
font-family: PingFangSC-bold;
|
|
margin-left: 20rpx;
|
|
flex: 1;
|
|
}
|
|
.more{
|
|
color: rgba(157, 160, 162, 100);
|
|
font-size: 30rpx;
|
|
font-family: PingFangSC-regular;
|
|
}
|
|
.divider{
|
|
height: 30rpx;
|
|
width: 100%;
|
|
background-color: #fafafa;
|
|
}
|