index.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* pages/downloadPage/index.wxss */
  2. .page {
  3. position: relative;
  4. .headHead {
  5. position: relative;
  6. .headImage,
  7. .headVideo {
  8. width: 750rpx;
  9. height: 558rpx;
  10. background-color: #000;
  11. }
  12. .headImage{
  13. position: absolute;
  14. top: 0;
  15. right: 0;
  16. bottom: 0;
  17. left: 0;
  18. }
  19. }
  20. .main {
  21. position: absolute;
  22. left: 0;
  23. right: 0;
  24. bottom: 0;
  25. top: 508rpx;
  26. border-top-right-radius: 60rpx;
  27. border-top: 3rpx solid #26B4EC;
  28. border-right: 3rpx solid #26B4EC;
  29. background-color: #ffffff;
  30. padding: 0 46rpx 0 36rpx;
  31. line-height: 40rpx;
  32. color: #666666;
  33. font-size: 28rpx;
  34. .iconImage {
  35. width: 34rpx;
  36. height: 24rpx;
  37. }
  38. .main_title {
  39. color: #222222;
  40. font-size: 32rpx;
  41. font-weight: 500;
  42. height: 124rpx;
  43. line-height: 124rpx;
  44. }
  45. .btn {
  46. width: 500rpx;
  47. height: 92rpx;
  48. line-height: 92rpx;
  49. text-align: center;
  50. background: linear-gradient(180deg, #26B4EC 0%, #2F8AFF 100%);
  51. border-radius: 56rpx;
  52. color: #FFFFFF;
  53. font-size: 34rpx;
  54. margin: 188rpx auto 0 auto;
  55. }
  56. .duanluo {
  57. text-indent: 2em;
  58. line-height: 1.8em;
  59. }
  60. }
  61. }