1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .banner {
- background-color: #fff;
- padding: 18px 0 20px;
- }
- .banner-title {
- line-height: 40px;
- font-size: 28px;
- font-weight: 600;
- }
- .banner-title h1 {
- display: inline-block;
- color: #0E100F;
- font-size: 28px;
- margin-right: 30px;
- margin-top: 1px;
- vertical-align: middle;
- }
- .button-item {
- min-width: 110px;
- height: 36px;
- }
- .salary {
- min-width: 100px;
- color: var(--v-primary-base);
- line-height: 41px;
- font-weight: 600;
- height: auto;
- display: inline-block;
- vertical-align: sub;
- }
- .refresh-time {
- color: var(--color-666);
- font-size: 14px;
- text-align: right;
- line-height: 32px;
- }
- .banner-tags span {
- font-weight: 600;
- }
- .radius {
- border-radius: 8px;
- }
- .content-left {
- width: 810px;
- padding: 20px 20px;
- }
- .content-right {
- flex: 1;
- padding: 20px 20px 20px 0;
- }
- .label-text {
- color: #7f7a7a;
- font-weight: 600;
- }
- .value-text {
- color: #000;
- font-weight: 400;
- }
- .requirement {
- white-space: pre-wrap;
- word-break: break-all;
- line-height: 28px;
- color: var(--color-333);
- font-size: 15px;
- text-align: justify;
- letter-spacing: 0;
- }
- .contact {
- height: 60px;
- line-height: 60px;
- }
- .contact-name {
- font-size: 20px;
- font-weight: 500;
- color: var(--color-222);
- line-height: 28px;
- }
- .contact-info {
- font-size: 15px;
- color: var(--color-666);
- line-height: 21px;
- margin-top: 8px;
- }
|