mybuy.wxss 641 B

123456789101112131415161718192021222324252627282930
  1. @import "../../module/caritem/caritem.wxss"
  2. .conent{
  3. background-color:#F9F9F9;
  4. }
  5. .mybuy_list{
  6. margin-top:-20rpx;
  7. background-color:#F9F9F9;
  8. }
  9. .mybuy_empty{
  10. margin-top:260rpx;
  11. height: 39rpx;
  12. line-height: 39rpx;
  13. color: rgba(104, 104, 104, 1);
  14. font-size: 26rpx;
  15. text-align: center;
  16. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  17. }
  18. .mybuy_empty_bt{
  19. margin:60rpx auto 0rpx;
  20. width: 280rpx;
  21. height: 68rpx;
  22. line-height: 68rpx;
  23. border-radius: 6rpx;
  24. background: linear-gradient(270deg,#FFD800,#FFE600);
  25. color: rgba(56, 55, 53, 1);
  26. font-size: 26rpx;
  27. text-align: center;
  28. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  29. }