requestSeal.wxss 724 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .seal-list {
  10. padding: 30rpx;
  11. }
  12. .seal-list .seal-item {
  13. height: 140rpx;
  14. background-color: #ffffff;
  15. border-radius: 16rpx;
  16. box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08);
  17. display: flex;
  18. align-items: center;
  19. padding: 0 30rpx;
  20. margin-bottom: 20rpx;
  21. }
  22. .seal-list .seal-image {
  23. width: 100rpx;
  24. height: 100rpx;
  25. }
  26. .seal-list .content {
  27. flex: 1;
  28. width: 0;
  29. margin-left: 20rpx;
  30. }
  31. .seal-list .title {
  32. font-weight: 500;
  33. font-size: 32rpx;
  34. }
  35. .seal-list .article {
  36. color: #8c8c8c;
  37. margin-top: 10rpx;
  38. }