cu-custom.wxss 398 B

123456789101112131415161718192021222324
  1. /* colorui/components/cu-custom.wxss */
  2. .cu-custom .cu-bar .border-custom text.text-home{font-size: 28rpx;}
  3. .actionImage{
  4. width: 45rpx;
  5. height: 45rpx;
  6. padding-left: 15rpx;
  7. }
  8. .customImage{
  9. width: 32rpx;
  10. height: 32rpx;
  11. }
  12. .history,.goHome{
  13. display: flex;
  14. align-items: center;
  15. position: absolute;
  16. }
  17. .history{
  18. bottom: 24rpx;
  19. left: 20rpx;
  20. }
  21. .goHome{
  22. bottom: 10rpx;
  23. left: 20rpx;
  24. }