index.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .content-info-container {
  2. width: 90%;
  3. margin: 20rpx auto;
  4. padding: 0 0 100rpx 0;
  5. .title-container {
  6. width: 100%;
  7. .title-content-text {
  8. font-size: 22px;
  9. line-height: 1.4;
  10. margin-bottom: 14px;
  11. color: #000;
  12. }
  13. .title-content-date{
  14. display: inline-block;
  15. vertical-align: middle;
  16. margin: 0 10px 10px 0;
  17. font-size: 15px;
  18. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  19. }
  20. }
  21. /deep/ .ql-align-center {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. }
  26. .content-like-col{
  27. width: 100%;
  28. height: 80rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: flex-end;
  32. background-color: #fefefe;
  33. position: fixed;
  34. bottom: 0;
  35. left: 0;
  36. box-sizing: border-box;
  37. padding: 10rpx 50rpx 10rpx 0;
  38. .icon-wrap{
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. min-width: 30rpx;
  43. margin-right: 20rpx;
  44. .icon-base text{
  45. font-size: 25px !important;
  46. line-height:25px !important;
  47. &[class*='fill']{
  48. color: #548cf7 !important;
  49. }
  50. }
  51. .icon-base{
  52. margin-right: 10rpx;
  53. }
  54. }
  55. }
  56. }