@charset "UTF-8"; /* 需要放到文件最上面 */ /* 水平间距 */ /* 水平间距 */ /* 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值 */ /* 水平间距 */ .down-list { padding: 30rpx; } .down-list .down-item { padding: 20rpx 20rpx 0px 20rpx; background: #fff; border-radius: 12rpx; box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08); margin-bottom: 30rpx; } .down-list .down-operation { border-top: 2rpx solid #d9d9d9; display: flex; align-items: center; } .down-list .down-operation-item { display: flex; align-items: center; color: #8c8c8c; flex: 1; justify-content: center; padding: 20rpx 0; } .down-list .down-content { display: flex; align-items: center; padding-bottom: 20rpx; } .down-list .content { margin-left: 12rpx; flex: 1; width: 0; overflow: hidden; } .down-list .title { font-size: 32rpx; font-weight: 600; margin-bottom: 10rpx; width: 100%; } .down-list .date { font-weight: 300; font-size: 24rpx; margin-top: 10rpx; color: #8c8c8c; } .down-list .down-icon { width: 80rpx; height: 80rpx; border-radius: 12rpx; background: #08979c; display: flex; align-items: center; justify-content: center; }