common.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .gray{
  19. color: #999;
  20. }
  21. .red{
  22. color: #FF3C3F;
  23. }
  24. .line-through{
  25. text-decoration: line-through;
  26. }
  27. .padding-page{
  28. padding: 30rpx 20rpx;
  29. }
  30. .full-btn{
  31. background-color: #00A447;
  32. color: #fff;
  33. border-radius: 44rpx;
  34. padding: 22rpx 0;
  35. text-align: center;
  36. margin-bottom: 40rpx;
  37. margin-top: 20rpx;
  38. &.gray{
  39. background-color: #ddd;
  40. color: #999;
  41. }
  42. }
  43. .single-til{
  44. margin-bottom: 20rpx;
  45. .text{
  46. font-size: 32rpx;
  47. color: #333;
  48. font-weight: 600;
  49. }
  50. .more-text{
  51. font-size: 24rpx;
  52. color: #999;
  53. }
  54. }
  55. .news-content{
  56. font-size: 26rpx;
  57. font-weight: 400;
  58. color: #666666;
  59. line-height: 44rpx;
  60. p{
  61. text-indent: 2em;
  62. }
  63. /deep/ .u-image{
  64. margin-bottom: 20rpx;
  65. max-width: 100%;
  66. }
  67. .title{
  68. font-size: 30rpx;
  69. font-weight: 400;
  70. color: #333333;
  71. line-height: 50rpx;
  72. margin: 30rpx auto 15rpx;
  73. }
  74. }