index.acss 890 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .ab-mall-new-component .member-car-header {
  2. position: relative;
  3. font-size: 30rpx;
  4. color: #fc771a;
  5. text-align: center;
  6. font-weight: 400;
  7. border-radius: 16rpx 16rpx 0 0;
  8. padding: 36rpx 0;
  9. background-image: linear-gradient(-45deg, #fefaf1 0%, #fff 100%);
  10. }
  11. .ab-mall-new-component .member-car-header .header-img {
  12. position: absolute;
  13. right: 52rpx;
  14. top: -40rpx;
  15. width: 80rpx;
  16. height: 80rpx;
  17. }
  18. .ab-mall-new-component .no-member-price-btn {
  19. padding: 5rpx 0 140rpx;
  20. font-size: 30rpx;
  21. color: #c0c0c0;
  22. text-align: center;
  23. font-weight: 400;
  24. }
  25. .ab-mall-new-component .member-price-btn {
  26. background-image: linear-gradient(-45deg, #fc771a 0%, #ffc400 100%);
  27. border-radius: 55rpx;
  28. padding: 38rpx 0;
  29. font-size: 36rpx;
  30. text-align: center;
  31. width: 90%;
  32. margin: 0 auto 39rpx;
  33. display: flex;
  34. align-items: center;
  35. color: #fff;
  36. justify-content: center;
  37. }