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.
 
 
 
 
 
 

65 lines
902 B

  1. .list_middle{
  2. vertical-align: middle!important;
  3. text-align: center;
  4. }
  5. .ub
  6. {
  7. display: -webkit-box;
  8. display: -moz-box;
  9. display: box;
  10. position:relative;
  11. }
  12. .ub-f1
  13. {
  14. position:relative;
  15. -webkit-box-flex: 1;
  16. -moz-box-flex: 1;
  17. box-flex: 1;
  18. }
  19. .scroll-wrapper {
  20. -webkit-overflow-scrolling: touch;
  21. overflow-y: scroll;
  22. }
  23. .modal_over .modal-content{
  24. overflow: hidden;
  25. }
  26. .modal-content{
  27. overflow-x: hidden;
  28. overflow-y: auto;
  29. }
  30. /*
  31. 点击图片弹出层 start
  32. */
  33. .imageBack, .bigDivImage {
  34. position: fixed;
  35. background-color: rgba(51, 51, 51, 0.43);
  36. text-align: center;
  37. z-index: 99999;
  38. top: 0;
  39. height: 100%;
  40. width: 100%;
  41. overflow: auto !important;
  42. }
  43. .bigImage {
  44. width: 85%;
  45. height: auto;
  46. display: inline-block;
  47. padding: 5px;
  48. background-color: white;
  49. margin-top: 3%;
  50. }
  51. .bigImage img {
  52. width: 100%;
  53. }
  54. /*
  55. 点击图片弹出层 end
  56. */
  57. .modal-middle>.modal-dialog{
  58. width: 500px;
  59. }