@import '@/styles/_support.scss'; .common-form-container {} .table { $girdHei: 52px; text-align: center; &-header { @include border-top-radius(8px); display: flex; align-items: center; height: 39px; color: #ffffff; font-weight: bold; &-item {} } &-header:lang(zh) { letter-spacing: 1.2px; } &-content { color: $cFontGray; text-align: center; border: solid 1px #f2f2f2; @include border-bottom-radius(8px); $gridHei: 52px; &-item { position: relative; // @extend .fcc; display: flex; align-items: center; width: 100%; height: auto; .hl { position: absolute; width: 95%; height: 1px; background-color: #dcdddd; bottom: 0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .grid { position: relative; padding: 24px 36px; background-color: #ffffff; .v-line { position: absolute; width: 1px; height: 27px; background-color: #dcdddd; right: 0; top: 0; bottom: 0; margin: auto 0; } .icon { margin-right: 3px; display: inline-block; } } .ww { position: relative; line-height: 1.5; .h-line { position: absolute; width: 100%; height: 1px; background-color: #dcdddd; bottom: 0; left: 0; } } .w1 {} .w5 { .material { @extend .fcc; } .h-line { width: 108px; } } } } .t1 { background-color: #f2f2f2; } .w1 { width: 159px; } .w2 { width: 258px; } .w3 { width: 129px; } .w4 { width: 186px } .w5 { // flex: 1; // width: 212px; width: 240px; } } .orange { background-color: $cOrange; } .act { color: $cOrange; @extend .pointer; text-decoration: underline; } .notice { display: flex; align-items: center; .icon { display: inline-block; width: 12px; margin-right: 6px; } margin-top: 15px; } @media (max-width: 1200px) { .container { display: -webkit-box; overflow-x: auto; -webkit-overflow-scrolling: touch; width: 92vw; } } .container::-webkit-scrollbar { display: none; }