dcpresult.wxss 782 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/dcpromotion/dcpresult/dcpresult.wxss */
  2. page {
  3. /* background-color: #f1f0f0f0; */
  4. background-color:#ffffff;
  5. }
  6. .imghead {
  7. width: 100%;
  8. margin-bottom: 80rpx;
  9. }
  10. .pay {
  11. height: 182rpx;
  12. width: 100%;
  13. position: fixed;
  14. left:0;
  15. bottom:0rpx;
  16. background:#ffffff;
  17. z-index: 10;
  18. display: flex;
  19. }
  20. .create {
  21. margin-top: 40rpx;
  22. height: 82rpx;
  23. width: 612rpx;
  24. margin-bottom: 60rpx;
  25. margin-left: 70rpx;
  26. margin-right: 68rpx;
  27. text-align: center;
  28. font-weight: 500;
  29. font-size: 36rpx;
  30. line-height: 82rpx;
  31. color: #FFFFFF;
  32. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  33. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  34. border-radius: 42rpx;
  35. }