common.scss 1.2 KB

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