index.less 510 B

123456789101112131415161718192021222324252627
  1. .last-treat-wrapper {
  2. position: relative;
  3. padding: 10px 0 0 0;
  4. }
  5. .last-treat-title-box {
  6. height: 36px;
  7. line-height: 36px;
  8. background: rgb(47,199,156);
  9. opacity: 0.1;
  10. filter:alpha(opacity=10);
  11. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);";
  12. }
  13. .last-treat-title {
  14. position: absolute;
  15. width: 100%;
  16. top: 10px;
  17. height: 36px;
  18. line-height: 36px;
  19. font-weight: bold;
  20. }
  21. .last-treat-icon {
  22. width: 16px;
  23. float: left;
  24. margin: 10px;
  25. }