index.less 897 B

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