rehabilitation_guidance_preview.css 1000 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [v-cloak] {
  2. display: none;
  3. }
  4. .previewBox {
  5. background: url(../images/shouji_bg_img.682f0e93.png) no-repeat;
  6. background-size: 100% 100%;
  7. height: 518px;
  8. margin: 20px 50px 54px 59px;
  9. position: relative;
  10. }
  11. .previewBox .contentBox {
  12. position: absolute;
  13. width: 220px;
  14. margin-left: 21px;
  15. margin-top: 63px;
  16. }
  17. .previewBox .title {
  18. background-color: #000;
  19. color: #fff;
  20. font-size: 14px;
  21. text-align: center;
  22. padding: 5px;
  23. }
  24. .previewBox .contentDetail {
  25. padding: 5px;
  26. height: 340px;
  27. overflow-y: auto;
  28. word-wrap: break-word;
  29. word-break: normal;
  30. }
  31. .previewBox .contentDetail .detailTitle {
  32. font-weight: bold;
  33. padding: 5px 0;
  34. }
  35. _c-btn {
  36. background-color: #12b7f5;
  37. width: 90px;
  38. height: 34px;
  39. font-size: 14px;
  40. border: none;
  41. color: #fff;
  42. border-radius: 2px;
  43. }
  44. .c-btn-12b7f5 {
  45. background-color: #12b7f5;
  46. color: #ffffff;
  47. }
  48. .c-btn-w90 {
  49. width: 90px;
  50. height: 34px;
  51. line-height: 32px;
  52. }