index.less 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @import "../config";
  2. page{
  3. background: #1d449a;
  4. }
  5. .top-bg{
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: center;
  9. align-items: center;
  10. // height: 330rpx;
  11. // background: url("@{baseUrl}/images/recommend/tuijian-bg.png") no-repeat;
  12. // background-size: 100% 100%;
  13. border-bottom: 8rpx solid #3f6dd3;
  14. .award-title{
  15. width: 593rpx;
  16. }
  17. .desc{
  18. margin-top: 30rpx;
  19. color: #fff;
  20. font-size: 33rpx;
  21. letter-spacing: 1px;
  22. line-height: 40rpx;
  23. letter-spacing: 1px;
  24. }
  25. }
  26. .awardBg{
  27. width: 100%;
  28. }
  29. .box{
  30. margin: 30rpx 15rpx 65rpx;
  31. background: #fffcf7;
  32. padding: 30rpx 50rpx;
  33. border-radius: 10rpx;
  34. box-sizing: border-box;
  35. .card{
  36. width: 100%;
  37. }
  38. .explain{
  39. font-size: 20rpx;
  40. line-height: 34rpx;
  41. color: #20489f;
  42. margin: 36rpx 0;
  43. text-align: center;
  44. }
  45. .share{
  46. width: 576rpx;
  47. height: 88rpx;
  48. line-height: 88rpx;
  49. background-color: #1d449a;
  50. color: #fff;
  51. font-size: 40rpx;
  52. box-shadow: 0px 1px 1px 0px #d9b780;
  53. margin-bottom: 20rpx;
  54. }
  55. .create{
  56. width: 576rpx;
  57. height: 88rpx;
  58. line-height: 88rpx;
  59. 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%),
  60. linear-gradient(#1d449a, #1d449a);
  61. box-shadow: 0px 1px 1px 0px#d9b780;
  62. background-blend-mode: soft-light, normal;
  63. font-size: 40rpx;
  64. color:#fff;
  65. margin-bottom: 20rpx;
  66. }
  67. }