collect.wxss 655 B

12345678910111213141516171819202122232425262728293031
  1. /* pages/collect/collect.wxss */
  2. @import "../../module/caritem/caritem.wxss"
  3. .conent{
  4. background-color:#F9F9F9;
  5. }
  6. .collect_list{
  7. margin-top:-20rpx;
  8. }
  9. .collect_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. .collect_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. }