jiuzhenxiangqing.css 1.5 KB

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