index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. .create{
  39. width: 576rpx;
  40. height: 88rpx;
  41. line-height: 88rpx;
  42. 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%),
  43. linear-gradient(#1d449a, #1d449a);
  44. box-shadow: 0px 1px 1px 0px#d9b780;
  45. background-blend-mode: soft-light, normal;
  46. font-size: 40rpx;
  47. color:#fff;
  48. margin-bottom: 20rpx;
  49. }
  50. }
  51. .yao-box{
  52. display: flex;
  53. justify-content: space-between;
  54. width: 350rpx;
  55. padding: 10rpx 20rpx;
  56. border: 2rpx solid #1d449a;
  57. color: #2a2a2a;
  58. font-size: 20rpx;
  59. margin: 30rpx auto;
  60. box-sizing: border-box;
  61. .ms{
  62. display: flex;
  63. flex-direction: column;
  64. justify-content: center;
  65. }
  66. .qycode{
  67. width: 156rpx;
  68. height: 156rpx;
  69. flex: 0 0 atuo;
  70. border: 1px solid #1d449a;
  71. }
  72. }