36 lines
571 B
Plaintext
36 lines
571 B
Plaintext
/* packageH/stock/index/index.wxss */
|
|
|
|
/** 相关链接 */
|
|
.related-links-wrapper {
|
|
min-height: calc(100vh - 364rpx);
|
|
background: white;
|
|
}
|
|
|
|
.related-links {
|
|
display: grid;
|
|
grid-template-columns: repeat(5, 20%);
|
|
padding: 10rpx 0;
|
|
}
|
|
|
|
.related-link-item {
|
|
padding: 20rpx 6rpx 20rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
|
|
.related-link-icon {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.related-link-title {
|
|
margin-top: 3.802rpx;
|
|
height: 32rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
color: #202020;
|
|
font-weight: 500;
|
|
font-size: 21.002rpx;
|
|
}
|