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.
123 lines
2.2 KiB
123 lines
2.2 KiB
/* pages/quest/subpage/detail/components/link/link.wxss */
|
|
.main {
|
|
margin: 0rpx 32rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
padding: 32rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #999999;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.platform {
|
|
height: 96rpx;
|
|
background: #F9F9F9;
|
|
border-radius: 4rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0rpx 24rpx;
|
|
margin-bottom: 64rpx;
|
|
}
|
|
|
|
.link {
|
|
/* height: 192rpx; */
|
|
background: #F9F9F9;
|
|
border-radius: 4rpx;
|
|
padding: 36rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #999999;
|
|
line-height: 24rpx;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.but {
|
|
width: 622rpx;
|
|
height: 84rpx;
|
|
background: #006BFF;
|
|
border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #FFFFFF;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.record {
|
|
font-size: 36rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.record_list {
|
|
display: flex;
|
|
padding: 12rpx 0rpx;
|
|
margin: 16rpx 0rpx;
|
|
}
|
|
|
|
.link_name {
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 28rpx;
|
|
}
|
|
|
|
.link_time {
|
|
font-size: 20rpx;
|
|
font-family: MiSans-Normal, MiSans;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 20rpx;
|
|
}
|
|
|
|
.link_text {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.pla {
|
|
height: 96rpx;
|
|
background: #FFFFFF;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.plaline {
|
|
width: 686rpx;
|
|
height: 2rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: inset 0rpx -1rpx 0rpx 0rpx #E8E8E8;
|
|
}
|
|
|
|
.platitle {
|
|
height: 96rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 32rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
} |