jiuzhenxiangqing.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .c-74bf00 { color: #74BF00; }
  2. .c-fwb { font-weight: bold; }
  3. .bc-fff { background: #FFF; }
  4. .info-panel p { height: 36px; line-height: 36px; border-bottom: 1px solid #DCDCDC; }
  5. .info-panel .title-icon { width: 20px; height: 20px; margin-bottom: 4px; }
  6. .info-panel { }
  7. .img-list li img { width: 70px; height: 70px; }
  8. #edit_btn img { position:fixed; top:20px; right: 20px; width: 50px; height: 50px; }
  9. .select-image-bar{ background: transparent; border-bottom: 1px solid #909090;}
  10. .title { font-size: 16px; }
  11. .pswp { z-index: 9999; }
  12. .c-arrow-r {
  13. position: absolute;
  14. top: 50%;
  15. right: 10px;
  16. margin-top: -5px;
  17. content: "";
  18. display: block;
  19. width: 8px;
  20. height: 8px;
  21. border: solid #cdcdcd;
  22. border-width: 2px 2px 0 0;
  23. -webkit-transform: rotate(45deg);
  24. -moz-transform: rotate(45deg);
  25. -ms-transform: rotate(45deg);
  26. transform: rotate(45deg);
  27. }
  28. .c-arrow-d {
  29. position: absolute;
  30. top: 50%;
  31. right: 10px;
  32. margin-top: -5px;
  33. content: "";
  34. display: block;
  35. width: 8px;
  36. height: 8px;
  37. border: solid #74BF00;
  38. border-width: 2px 2px 0 0;
  39. -webkit-transform: rotate(135deg);
  40. -moz-transform: rotate(135deg);
  41. -ms-transform: rotate(135deg);
  42. transform: rotate(135deg);
  43. }
  44. .del-icon { width: 16px; height: 16px; }
  45. .c-btn-74bf00 {
  46. background-color: transparent;
  47. color: #74BF00;
  48. border: #74BF00 1px solid;
  49. }
  50. .c-btn-icon { width: 100%; padding: 8px 16px; border-radius: 5px; }
  51. .c-btn-icon.active { background: #74BF00; color: #FFF; }