common.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .page-wrap{padding: 20rpx;}
  2. .search-wrap{
  3. background-color: #fff;
  4. position: relative;
  5. padding: 20rpx;
  6. margin-bottom: 24rpx;
  7. }
  8. .search-wrap::after {
  9. content: "";
  10. position: absolute;
  11. width: 100%;
  12. height: 14rpx;
  13. bottom: -20rpx;
  14. left: 0;
  15. background: linear-gradient(to bottom, #F5F5F5, #fff);
  16. z-index: -1;
  17. }
  18. .vip-icon{
  19. font-weight: bold;
  20. background: linear-gradient(180deg, #FFD49C 0%, #C27D22 100%);
  21. -webkit-background-clip: text;
  22. -webkit-text-fill-color: transparent;
  23. margin-left: 10rpx;
  24. }
  25. .gray{
  26. color: #999;
  27. }
  28. .red{
  29. color: #FF3C3F;
  30. }
  31. .line-through{
  32. text-decoration: line-through;
  33. }
  34. .view-wrap{
  35. padding: 30rpx 20rpx;
  36. }
  37. .full-btn{
  38. background-color: #00A447;
  39. color: #fff;
  40. border-radius: 44rpx;
  41. padding: 22rpx 0;
  42. text-align: center;
  43. margin-bottom: 40rpx;
  44. margin-top: 20rpx;
  45. &.gray{
  46. background-color: #ddd;
  47. color: #999;
  48. }
  49. }
  50. .view-wrap{
  51. background-color: #fff;
  52. border-bottom: 10rpx solid #F5F5F5;
  53. }
  54. .single-til{
  55. margin-bottom: 20rpx;
  56. .text{
  57. font-size: 32rpx;
  58. color: #333;
  59. font-weight: 600;
  60. .sub-title{
  61. margin-left: 20rpx;
  62. font-size: 24rpx;
  63. font-weight: 400;
  64. color: #999999;
  65. }
  66. }
  67. .more-text{
  68. font-size: 24rpx;
  69. color: #999;
  70. }
  71. }
  72. .news-content{
  73. font-size: 26rpx;
  74. font-weight: 400;
  75. color: #666666;
  76. line-height: 44rpx;
  77. p{
  78. text-indent: 2em;
  79. }
  80. /deep/ .u-image{
  81. margin-bottom: 20rpx;
  82. max-width: 100%;
  83. }
  84. .title{
  85. font-size: 30rpx;
  86. font-weight: 400;
  87. color: #333333;
  88. line-height: 50rpx;
  89. margin: 30rpx auto 15rpx;
  90. }
  91. }