| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- .creditDetail {
- position: relative;
- margin: 10px 0 0 !important;
- width: 100%;
- .contentArea {
- width: 1000px;
- margin: 0 auto 57px auto;
- background-color: #fff;
- position: relative;
- .bodyContent {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 700px;
- margin: 0 auto;
- .title {
- height: 80px;
- width: 950px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-bottom: 1px solid #ccc;
- margin-bottom: 40px;
- p {
- height: 37px;
- font-size: 26px;
- font-weight: 500;
- color: rgba(29, 42, 58, 1);
- line-height: 37px;
- }
- }
- .sCell {
- margin-top: 20px;
- width: 100%;
- border: 1px solid rgba(219, 235, 255, 1);
- &.project {
- .cell {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .showDetail {
- width: 65px;
- height: 25px;
- border-radius: 2px;
- border: 1px solid rgba(48, 142, 255, 1);
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- p {
- height: 13px;
- line-height: 16px;
- font-size: 12px;
- font-weight: 500;
- color: rgba(48, 142, 255, 1);
- transform-origin: center center;
- transform: scale(0.917);
- user-select: none;
- }
- }
- }
- }
- .stitle {
- width: 100%;
- height: 44px;
- background: rgba(237, 245, 255, 1);
- box-shadow: 0px -1px 0px 0px rgba(219, 235, 255, 1);
- line-height: 44.01px;
- font-size: 14px;
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- text-align: center;
- }
- .cell {
- padding: 5px 15px;
- box-sizing: border-box;
- height: 44px;
- display: flex;
- box-shadow: 0px -1px 0px 0px rgba(136, 136, 136, 0.1), 1px 0px 0px 0px rgba(136, 136, 136, 0.1), -1px 0px 0px 0px rgba(136, 136, 136, 0.1);
- .name, .val, .val1 {
- font-size: 13px;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- line-height: 18px;
- display: flex;
- align-items: center;
- height: 100%;
- .num {
- font-size: 15px;
- font-weight: bold;
- color: rgba(254, 95, 0, 1);
- line-height: 17px;
- }
- .word {
- font-size: 15px;
- font-weight: bold;
- color: #222222;
- line-height: 17px;
- }
- .desc {
- margin-left: 10px;
- font-size: 12px;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- line-height: 17px
- }
- }
- .val1 {
- margin-left: 10px;
- }
- }
- }
- .tipsBox {
- margin-top: 30px;
- margin-bottom: 54px;
- width: 700px;
- height: 88px;
- background: rgba(255, 251, 244, 1);
- border: 1px solid rgba(239, 210, 149, 1);
- display: flex;
- justify-content: center;
- flex-direction: column;
- text-align: left;
- box-sizing: border-box;
- padding: 0 15px;
- .utitle {
- height: 18px;
- font-size: 13px;
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- line-height: 18px;
- }
- .udesc {
- margin-top: 3px;
- height: 18px;
- font-size: 13px;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- line-height: 18px;
- }
- }
- }
- }
- .downLoad {
- position: absolute;
- height: 20px;
- width: 1000px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- top: 100px;
- left: 50%;
- transform: translateX(-50%);
- .icon {
- cursor: pointer;
- width: 12px;
- height: 12px;
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABLUlEQVRIS+2TvUoDQRzEZ1bQxzCgdhZetLAzj2Bv4xMoF2s1KqQKOfQJbOx9hNhZaGJhp0J8jAS8kRUXNuE+NgeCxV21y83Mj53dPxH47Vxr8yvFnZUvGRw8HfM1xMoQkdVEiU4lXNo1ibNRzKsQbzCgmaiTCuc21BAXw5idGjDTQF1R6YP4vxVt32gtTbFvDO6fj/jhjtJMdAig4fYSWgL2fgYNeCAx8I49Hsa8dXs/k1FfbwLWCbyP2txwot1EjYkwELBa1B+BzxWi9Rhz7HR+Jrf6kvvx0ubMZJdBssJtlp9ZCLDiPEhe+MKALEhReCWAD7Hr+c7n72ihinyzrcvu/QvNegCVAaXT+CuoAaVN5VZU6qwgsIM2AbBcwRtimTJK1JVw8geQqTHofQMjpN7tq57viAAAAABJRU5ErkJggg==");
- background-repeat: no-repeat;
- background-size: cover;
- }
- .word {
- cursor: pointer;
- margin-left: 2px;
- height: 18px;
- font-size: 13px;
- font-weight: 400;
- color: rgba(48, 142, 255, 1);
- line-height: 18px;
- margin-right: 150px;
- user-select: none;
- }
- }
- .posterImage {
- margin: 0 auto;
- min-height: 400px;
- background-color: #fff;
- width: 1000px;
- display: flex;
- align-items: center;
- flex-direction: column;
- img {
- width: 1000px;
- height: auto;
- }
- margin-bottom: 50px;
- }
- }
- @media print {
- .other-ele {
- // 打印时将不需要的元素隐藏
- display: none;
- }
- }
|