jiuzhenxiangqing.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .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; }