lighting.wxss 889 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .lighting-index {
  10. padding: 60rpx;
  11. }
  12. .lighting-index .lighting-box {
  13. background: #fff;
  14. width: 560rpx;
  15. height: 560rpx;
  16. margin: 0 auto;
  17. background: linear-gradient(to bottom, #dcdee1, #f2f2f2);
  18. box-shadow: 0px 5px 10px rgba(3, 3, 3, 0.08);
  19. display: flex;
  20. flex-direction: column;
  21. }
  22. .lighting-index .lighting-box .lighting-icon {
  23. flex: 1;
  24. text-align: center;
  25. padding-top: 40rpx;
  26. }
  27. .lighting-index .lighting-box .lighting-content {
  28. text-align: center;
  29. padding-bottom: 30rpx;
  30. color: #8c8c8c;
  31. font-weight: 300;
  32. }
  33. .lighting-index .lighting-box .lighting-title {
  34. margin: 30rpx 0 15rpx 0;
  35. }
  36. .lighting-index .lighting-box .lighting-space {
  37. font-size: 12px;
  38. }