mybuy.wxss 555 B

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