mobiscroll.frame.ios.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .mbsc-ios .dwo {
  2. background: rgba(0,0,0,.2);
  3. filter: Alpha(Opacity=20);
  4. }
  5. .mbsc-ios .dwwr {
  6. position: relative;
  7. background: #f7f7f7;
  8. color: #000;
  9. padding-top: 40px;
  10. }
  11. .mbsc-ios .dwv {
  12. padding: 0 5px;
  13. color: #9d9d9d;
  14. line-height: 30px;
  15. min-height: 30px;
  16. font-size: 12px;
  17. border-bottom: 1px solid #acacac;
  18. }
  19. .mbsc-ios .dwbc {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. border-bottom: 1px solid #acacac;
  25. }
  26. .mbsc-ios .dwb {
  27. height: 40px;
  28. line-height: 40px;
  29. padding: 0 10px;
  30. display: inline-block;
  31. color: #007aff;
  32. font-size: 17px;
  33. }
  34. .mbsc-ios .dwb-a {
  35. opacity: .5;
  36. }
  37. .mbsc-ios .dwbw {
  38. display: block;
  39. float: right;
  40. }
  41. .mbsc-ios .dwb-c {
  42. float: left;
  43. }
  44. .mbsc-ios .dwb-s .dwb {
  45. font-weight: bold;
  46. }
  47. /* Bubble arrow */
  48. .mbsc-ios .dw-bubble-bottom .dw-arr {
  49. border-color: transparent transparent #f7f7f7 transparent;
  50. }
  51. .mbsc-ios .dw-bubble-top .dw-arr {
  52. border-color: #f7f7f7 transparent transparent transparent;
  53. }
  54. .mbsc-ios.dw-bubble .dwwr {
  55. border-radius: 8px;
  56. }
  57. /* Inline display */
  58. .mbsc-ios.dw-nobtn .dwwr {
  59. padding-top: 0;
  60. }