prizeDetail.acss 632 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. page{
  2. background-color: #fff;
  3. }
  4. .lBgn{
  5. background: #26A2FF;
  6. box-sizing: border-box;
  7. padding: 32rpx;
  8. height: 140rpx;
  9. }
  10. .windows-box {
  11. background: #fff;
  12. border-radius: 20rpx;
  13. position: absolute;
  14. left: 10%;
  15. right: 10%;
  16. top: 40%;
  17. margin-top: -25%;
  18. }
  19. .windows-title {
  20. padding: 32rpx;
  21. color: #999;
  22. font-size: 24rpx;
  23. }
  24. .windows-btn view:nth-child(1) {
  25. text-align: right;
  26. padding: 32rpx;
  27. color: #26A2FF;
  28. }
  29. .windows-content {
  30. padding: 0 28rpx;
  31. font-size: 28rpx;
  32. color: #606266;
  33. }
  34. .footer{
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. right: 0;
  39. padding: 12rpx;
  40. border-top: 1px solid #f1f1f1;
  41. }