index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. page {
  2. background: #1d449a;
  3. }
  4. .top-bg {
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: center;
  9. border-bottom: 8rpx solid #3f6dd3;
  10. }
  11. .top-bg .award-title {
  12. width: 593rpx;
  13. }
  14. .top-bg .desc {
  15. margin-top: 30rpx;
  16. color: #fff;
  17. font-size: 33rpx;
  18. line-height: 40rpx;
  19. letter-spacing: 1px;
  20. }
  21. .awardBg {
  22. width: 100%;
  23. }
  24. .box {
  25. margin: 30rpx 15rpx 65rpx;
  26. background: #fffcf7;
  27. padding: 30rpx 50rpx;
  28. border-radius: 10rpx;
  29. box-sizing: border-box;
  30. }
  31. .box .card {
  32. width: 100%;
  33. }
  34. .box .explain {
  35. font-size: 20rpx;
  36. line-height: 34rpx;
  37. color: #20489f;
  38. margin: 36rpx 0;
  39. text-align: center;
  40. }
  41. .box .share {
  42. width: 576rpx;
  43. height: 88rpx;
  44. line-height: 88rpx;
  45. background-color: #1d449a;
  46. color: #fff;
  47. font-size: 40rpx;
  48. box-shadow: 0px 1px 1px 0px #d9b780;
  49. margin-bottom: 20rpx;
  50. }
  51. .box .create {
  52. width: 576rpx;
  53. height: 88rpx;
  54. line-height: 88rpx;
  55. background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.18) 23%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.47) 100%), linear-gradient(#1d449a, #1d449a);
  56. box-shadow: 0px 1px 1px 0px#d9b780;
  57. background-blend-mode: soft-light, normal;
  58. font-size: 40rpx;
  59. color: #fff;
  60. margin-bottom: 20rpx;
  61. }