diffpackagedetail.wxss 655 B

12345678910111213141516171819202122232425262728293031
  1. .diffimg {
  2. width: 100%;
  3. }
  4. .pay {
  5. height:170rpx;
  6. width: 100%;
  7. position: fixed;
  8. left:0;
  9. bottom:0rpx;
  10. background:#ffffff;
  11. z-index: 10;
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: center;
  15. }
  16. .buttonextract {
  17. margin-top: 30rpx;
  18. margin-bottom: 58rpx;
  19. margin-left: 70rpx;
  20. margin-right: 68rpx;
  21. width: 612rpx;
  22. height: 82rpx;
  23. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  24. box-shadow:0px 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  25. border-radius:42rpx;
  26. text-align: center;
  27. font-size: 36rpx;
  28. font-weight: Medium;
  29. color:#FFFFFF;
  30. line-height: 82rpx;
  31. }