普兆健康管家前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
1.6 KiB

  1. .search {
  2. padding: 30rpx 32rpx 0 32rpx;
  3. /deep/ .uv-search__content__icon {
  4. margin-top: 2rpx;
  5. }
  6. }
  7. .intro {
  8. position: relative;
  9. margin: 38rpx 32rpx 0 32rpx;
  10. width: calc(100% - 32rpx * 2);
  11. height: 316rpx;
  12. background: #E5E5E5;
  13. border-radius: 40rpx;
  14. box-shadow: -5rpx -5rpx 10rpx 0 #FFFFFF,
  15. 10rpx 10rpx 20rpx 0 #AAAACC80,
  16. 4rpx 4rpx 10rpx 0 #AAAACC40,
  17. -2rpx -2rpx 5rpx 0 #FFFFFF;
  18. .bg {
  19. float: right;
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .content {
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. width: 100%;
  28. height: 100%;
  29. padding: 40rpx;
  30. box-sizing: border-box;
  31. .font1 {
  32. font-size: 28rpx;
  33. font-weight: 600;
  34. line-height: 1.4;
  35. font-family: PingFang SC;
  36. color: #252545;
  37. }
  38. .font2 {
  39. font-size: 36rpx;
  40. font-weight: 600;
  41. line-height: 1.4;
  42. font-family: PingFang SC;
  43. color: transparent;
  44. background-image: linear-gradient(to right, #4B348F, #845CFA);
  45. background-clip: text;
  46. display: inline-block;
  47. }
  48. .font3 {
  49. font-size: 24rpx;
  50. font-weight: 400;
  51. line-height: 1.4;
  52. font-family: PingFang SC;
  53. color: #252545;
  54. }
  55. .btn {
  56. margin-top: 56rpx;
  57. display: inline-flex;
  58. padding: 9rpx 22rpx;
  59. font-size: 24rpx;
  60. font-weight: 400;
  61. font-family: PingFang SC;
  62. line-height: 1.4;
  63. color: #252545;
  64. border-radius: 28rpx;
  65. border: 2rpx solid #252545;
  66. &-icon {
  67. width: 28rpx;
  68. height: 28rpx;
  69. margin-right: 8rpx;
  70. }
  71. }
  72. }
  73. }
  74. .section {
  75. margin-top: 48rpx;
  76. }