123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- [v-cloak] {
- display: none;
- }
- .previewBox {
- background: url(../images/shouji_bg_img.682f0e93.png) no-repeat;
- background-size: 100% 100%;
- height: 518px;
- margin: 20px 50px 54px 59px;
- position: relative;
- }
- .previewBox .contentBox {
- position: absolute;
- width: 220px;
- margin-left: 21px;
- margin-top: 63px;
- }
- .previewBox .title {
- background-color: #000;
- color: #fff;
- font-size: 14px;
- text-align: center;
- padding: 5px;
- }
- .previewBox .contentDetail {
- padding: 5px;
- height: 340px;
- overflow-y: auto;
- word-wrap: break-word;
- word-break: normal;
- }
- .previewBox .contentDetail .detailTitle {
- font-weight: bold;
- padding: 5px 0;
- }
- _c-btn {
- background-color: #12b7f5;
- width: 90px;
- height: 34px;
- font-size: 14px;
- border: none;
- color: #fff;
- border-radius: 2px;
- }
- .c-btn-12b7f5 {
- background-color: #12b7f5;
- color: #ffffff;
- }
- .c-btn-w90 {
- width: 90px;
- height: 34px;
- line-height: 32px;
- }
|