|
.mr15{
|
margin-right: 15rpx;
|
}
|
.diy-article {
|
background: #ffffff;
|
margin: 20rpx;
|
border-radius: 6rpx;
|
padding: 0 30rpx;
|
box-shadow: 0px 8rpx 3rpx 0px rgba(6, 0, 1, 0.03);
|
}
|
.diy-article .show-type__10,
|
.diy-article .show-type__20 {
|
display: flex;
|
padding: 30rpx 0;
|
border-bottom: 1rpx solid #eeeeee;
|
}
|
.diy-article .show-type__10:last-child,
|
.diy-article .show-type__20:last-child {
|
border-bottom: none;
|
}
|
.diy-article .show-type__10 .picture {
|
width: 246rpx;
|
height: 140rpx;
|
border-radius: 12rpx;
|
}
|
.diy-article .show-type__10 .title {
|
height: 80rpx;
|
}
|
.diy-article .show-type__10 .des {
|
height: 36rpx;
|
}
|
.diy-article image {
|
width: 100%;
|
height: 100%;
|
border-radius: 12rpx;
|
}
|
.diy-article .show-type__10 .icon.iconfont {
|
font-size: 18rpx;
|
color: #999999;
|
}
|