index.less 372 B

12345678910111213141516171819
  1. .maskHistory {
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. z-index: 100;
  6. width: 100%;
  7. height: 100%;
  8. background-color: #000;
  9. opacity:0.6;
  10. filter:alpha(opacity=60);
  11. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  12. }
  13. .center {
  14. text-align: center;
  15. font-size: 16px;
  16. padding-top: 10px;
  17. padding-bottom: 50px;
  18. }