123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- .wrap {
- background: #f4f4f4;
- }
- .wrap .card {
- width: 90rem;
- margin: 2.5rem auto 5rem;
- padding: 3.125rem;
- background: #ffffff;
- }
- /* 面包屑 */
- .wrap .crumb {
- width: 90rem;
- margin: 2.5rem auto 0;
- font-size: 1rem;
- font-weight: 400;
- user-select: none;
- }
- .wrap .crumb :first-child {
- color: #1d52a2;
- text-decoration: none;
- cursor: pointer;
- }
- /* 搜索 */
- .wrap .title-search {
- height: 3.125rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .title-search .title {
- font-size: 1.625rem;
- font-weight: 500;
- color: #222222;
- }
- .title-search .search {
- width: 46.25rem;
- display: flex;
- align-items: center;
- }
- .title-search .search .search-ipt {
- width: 36.875rem;
- height: 3.125rem;
- background: #f4f4f4;
- padding: 0 1.25rem;
- font-size: 1rem;
- }
- .title-search .search .search-btn {
- height: 3.125rem;
- width: 9.375rem;
- background: #c0c0c0;
- text-align: center;
- line-height: 3.125rem;
- font-size: 0.875rem;
- font-weight: 500;
- color: #ffffff;
- cursor: pointer;
- }
- /* 表格 */
- .wrap .table {
- margin-top: 2.5rem;
- }
- .table .row {
- height: 3.875rem;
- padding: 0 1.75rem;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .table .td {
- height: 3.875rem;
- line-height: 3.875rem;
- font-size: 1rem;
- font-weight: 400;
- color: #222222;
- }
- .table .thead {
- background: #f4f4f4;
- }
- .table .thead .td {
- font-weight: 500;
- }
- .table .tbody .tr {
- width: 100%;
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
- overflow: hidden;
- height: 3.875rem;
- }
- .table .tbody .current {
- height: auto;
- transition: all 0.25s;
- }
- .table .tbody .current .row {
- background: #1d52a2;
- }
- .table .tbody .current .row .td {
- color: #ffffff;
- }
- .table .tbody .current .row .icon {
- transform: rotate(90deg);
- }
- .table .tbody .current .detail {
- padding: 1.75rem;
- }
- .table .tbody .current .detail .title {
- font-size: 1.125rem;
- font-weight: 500;
- color: #222222;
- }
- .table .tbody .current .detail .value {
- font-size: 1rem;
- font-weight: 400;
- color: #555555;
- }
- .table .tbody .current .detail .apply {
- width: 12rem;
- }
- .table .name {
- width: 30rem;
- }
- .table .type {
- width: 16rem;
- }
- .table .place {
- width: 16rem;
- }
- .table .time {
- width: 16rem;
- }
- .table .icon {
- font-size: 2rem;
- }
- /* 分页 */
- .wrap .pagination {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 2.5rem;
- }
- .pagination :not(:last-child) {
- margin-right: 0.625rem;
- }
- .pagination .pagination-item {
- width: 2.5rem;
- height: 2.5rem;
- border: 0.0625rem solid rgba(151, 151, 151, 0.2);
- text-align: center;
- line-height: 2.5rem;
- user-select: none;
- font-size: 1rem;
- font-weight: 400;
- color: #222222;
- cursor: pointer;
- }
- .pagination :first-child,
- .pagination :last-child {
- font-size: 1.5rem;
- }
- .pagination .current {
- background: #1d52a2;
- color: #ffffff;
- }
- /* 职位信息 */
- .wrap .info {
- height: 7.5rem;
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .info .title {
- font-size: 1.375rem;
- font-weight: 500;
- color: #222222;
- }
- .info .time {
- font-size: 1rem;
- font-weight: 400;
- color: rgba(34, 34, 34, 0.8);
- margin-top: 1.25rem;
- }
- /* 表单 */
- .wrap .form {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- }
- .form .label {
- font-size: 1.125rem;
- font-weight: 400;
- color: #222222;
- margin-top: 1.25rem;
- }
- .form input.text {
- height: 3.125rem;
- width: 40rem;
- border: 0.0625rem solid rgba(151, 151, 151, 0.4);
- padding: 0 1.25rem;
- font-size: 1rem;
- font-weight: 400;
- margin-top: 1.25rem;
- }
- .form input.text::placeholder {
- color: #999999;
- }
- .form .upload {
- margin-top: 1.25rem;
- width: 16.375rem;
- height: 3.125rem;
- background: rgba(216, 216, 216, 0.4);
- font-size: 1rem;
- font-weight: 500;
- color: #333333;
- text-align: center;
- line-height: 3.125rem;
- cursor: pointer;
- }
- .form .tips {
- font-size: 0.875rem;
- font-weight: 400;
- color: #222222;
- margin-top: 1.25rem;
- }
- .form .submit {
- margin-top: 2.5rem;
- }
- .form .disabled {
- background: #c0c0c0;
- cursor: no-drop;
- }
|