index.less 810 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .infoBox{
  2. position: absolute;
  3. top:27px;
  4. width: 388px;
  5. background: #fff;
  6. z-index: 66;
  7. border: 1px solid #EAEDF1;
  8. box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
  9. .infoTitle{
  10. height: 40px;
  11. line-height: 40px;
  12. padding-left: 18px;
  13. // border-bottom: 1px solid #EAEDF1;
  14. background: #DFEAFE;
  15. img{
  16. vertical-align: text-top;
  17. }
  18. .closeIcon{
  19. // vertical-align: middle;
  20. float: right;
  21. }
  22. }
  23. .infoCon{
  24. padding: 15px 26px 25px;
  25. }
  26. .infoFoot{
  27. text-align: right;
  28. // border-top: 1px solid #EAEDF1;
  29. padding: 10px 20px 10px 0;
  30. span{
  31. color:#3B9ED0;
  32. display: inline-block;
  33. width: 66px;
  34. height: 32px;
  35. line-height: 32px;
  36. text-align: center;
  37. border: 1px solid #3B9ED0;
  38. border-radius: 4px;
  39. }
  40. }
  41. }