123456789101112131415161718192021222324252627282930313233343536373839 |
- @charset "UTF-8";
- /* 需要放到文件最上面 */
- /* 水平间距 */
- /* 水平间距 */
- /*
- 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
- */
- /* 水平间距 */
- .seal-list {
- padding: 30rpx;
- }
- .seal-list .seal-item {
- height: 140rpx;
- background-color: #ffffff;
- border-radius: 16rpx;
- box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08);
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
- .seal-list .seal-image {
- width: 100rpx;
- height: 100rpx;
- }
- .seal-list .content {
- flex: 1;
- width: 0;
- margin-left: 20rpx;
- }
- .seal-list .title {
- font-weight: 500;
- font-size: 32rpx;
- }
- .seal-list .article {
- color: #8c8c8c;
- margin-top: 10rpx;
- }
|