No Description
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.

eyou.css 559B

123456789101112131415161718192021222324252627
  1. [e-id].uiset {
  2. border: 1px solid #f00 !important;
  3. cursor: pointer;
  4. position: relative;
  5. }
  6. [e-id].uiset b.ui_icon{
  7. background: url(../images/ui_icon.jpg) no-repeat #000;
  8. height: 22px;
  9. width: 35px;
  10. display: inline-block;
  11. position: absolute;
  12. top: 0px;
  13. left: 50%;
  14. margin-left: -17px;
  15. z-index: 999999;
  16. }
  17. [e-id].uiset_back-btn {
  18. position: fixed;
  19. top: 0;
  20. right: 0;
  21. width: 40px;
  22. height: 40px;
  23. background: url(../images/uiset_back-btn.png) no-repeat transparent;
  24. z-index: 9999;
  25. cursor: pointer;
  26. }