金诚优选前端代码
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.

101 lines
2.1 KiB

  1. .big-coffee{
  2. background-color: #FFFFFF;
  3. padding: 0 15px;
  4. .title{
  5. padding: 10px 0px 0px 0;
  6. display: flex;
  7. justify-content: space-between;
  8. color: #000;
  9. align-items: center;
  10. span:nth-child(1) {
  11. font-size: 24px;
  12. font-weight: bold;
  13. line-height: 33px;
  14. display: inline-block;
  15. //padding-left: 6px;
  16. //border-left: 4px solid #E7031C;
  17. }
  18. i{
  19. margin-left: 5px;
  20. }
  21. span:nth-child(2) {
  22. font-size: 12px;
  23. display: flex;
  24. align-items: center;
  25. text{
  26. font-size: 15px;
  27. font-weight: 700;
  28. margin-top: -8px;
  29. margin-left: 5px;
  30. }
  31. }
  32. }
  33. .ul-list{
  34. .li-item{
  35. padding: 9px 0px;
  36. display: flex;
  37. align-items: center;
  38. .left-info{
  39. width:122px;
  40. height:122px;
  41. image{
  42. width: 100%;
  43. height: 100%;
  44. vertical-align:middle;
  45. }
  46. }
  47. .right-info{
  48. flex: 1;
  49. overflow: hidden;
  50. padding-left: 18px;
  51. .name{
  52. height: 48px;
  53. color:#111111;
  54. font-size: 16px;
  55. line-height: 24px;
  56. margin-bottom:29px;
  57. display: -webkit-box;
  58. -webkit-box-orient: vertical;
  59. -webkit-line-clamp: 2;
  60. overflow: hidden;
  61. }
  62. .referrer{
  63. display: flex;
  64. align-items: center;
  65. .avatar{
  66. width: 34px;
  67. height: 34px;
  68. border-radius: 50%;
  69. image{
  70. width: 100%;
  71. height: 100%;
  72. border-radius: 50%;
  73. }
  74. }
  75. .detail{
  76. flex: 1;
  77. overflow: hidden;
  78. padding-left: 7px;
  79. .nick-name{
  80. color:#666666;
  81. font-size: 12px;
  82. line-height: 17px;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. }
  87. .sub-intro{
  88. color: #999999;
  89. font-size: 10px;
  90. line-height: 14px;
  91. overflow: hidden;
  92. text-overflow: ellipsis;
  93. white-space: nowrap;
  94. }
  95. }
  96. }
  97. }
  98. }
  99. }
  100. }