buy.acss 411 B

12345678910111213141516171819202122
  1. .vip{
  2. width: 100%;
  3. vertical-align:bottom
  4. }
  5. .footer{
  6. position: fixed;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. background: #232d48;
  11. padding: 10rpx;
  12. /* border-top: 1px solid #f1f1f1; */
  13. box-sizing: border-box;
  14. }
  15. .footer view{
  16. border-radius: 50rpx;
  17. background-image: linear-gradient(to bottom, #ffeab2 0%, #e1bf66 100%);
  18. color: #232d48;
  19. height: 88rpx;
  20. text-align: center;
  21. line-height: 88rpx;
  22. }