123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- .wrap {
- padding-top: 2.75rem;
- }
- .wrap .list {
- padding: 0.9375rem;
- background: #ffffff;
- }
- /* 搜索 */
- .wrap .search {
- display: flex;
- align-items: center;
- }
- .search .search-ipt {
- width: 15.3125rem;
- height: 2.25rem;
- background: #f4f4f4;
- padding: 0 0.625rem;
- font-size: 0.75rem;
- }
- .search .search-btn {
- height: 2.25rem;
- width: 6.25rem;
- background: #c0c0c0;
- text-align: center;
- line-height: 2.25rem;
- font-size: 0.75rem;
- font-weight: 400;
- color: #ffffff;
- }
- /* 表格 */
- .wrap .table {
- margin-top: 1.25rem;
- }
- .table .row {
- height: 2.375rem;
- padding: 0 0.625rem;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .table .td {
- height: 2.375rem;
- line-height: 2.375rem;
- font-size: 0.8125rem;
- 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);
- height: 2.375rem;
- }
- .table .name {
- width: 13.75rem;
- margin-right: 0.625rem;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .table .time {
- width: 7.5rem;
- }
- .table .icon {
- font-size: 1.25rem;
- line-height: 2rem;
- }
- /* 分页 */
- .wrap .pagination {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 1.25rem;
- }
- .pagination :not(:last-child) {
- margin-right: 0.625rem;
- }
- .pagination .pagination-item {
- width: 1.875rem;
- height: 1.875rem;
- border: 0.0625rem solid rgba(151, 151, 151, 0.2);
- text-align: center;
- line-height: 1.875rem;
- user-select: none;
- font-size: 0.875rem;
- font-weight: 400;
- color: #222222;
- }
- .pagination :first-child,
- .pagination :last-child {
- font-size: 1.5rem;
- line-height: 1.5rem;
- }
- .pagination .current {
- background: #1d52a2;
- color: #ffffff;
- }
- .wrap .detail {
- width: 100vw;
- height: 100vh;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background: #f4f4f4;
- z-index: 2000;
- padding-top: 2.75rem;
- padding-bottom: 5.1875rem;
- overflow-y: auto;
- }
- .wrap .detail::-webkit-scrollbar {
- width: 0;
- }
- .detail .card {
- width: calc(100% - 1.875rem);
- margin: 0.9375rem auto;
- padding: 0.9375rem;
- background: #fff;
- }
- .detail .detail-header {
- height: 2.75rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 0.9375rem;
- background: #fff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 2001;
- }
- .detail .detail-header .back {
- font-size: 2rem;
- line-height: 2.5rem;
- }
- .detail .detail-header .title {
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- }
- .detail-footer {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 2001;
- height: 5.1875rem;
- padding: 0 0.9375rem;
- background: #fff;
- }
- .detail-footer .confirm {
- width: 100%;
- height: 2.5rem;
- border-radius: 0.25rem;
- line-height: 2.5rem;
- font-size: 1rem;
- margin-top: 0.9375rem;
- }
- .detail .job .line {
- height: 0.0625rem;
- width: 100%;
- background-color: rgba(151, 151, 151, 0.2);
- transform: translate(0, 0.9375rem);
- }
- .detail .job .name {
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- }
- .detail .job .time {
- font-size: 0.8125rem;
- font-weight: 400;
- color: rgba(34, 34, 34, 0.8);
- margin-top: 0.625rem;
- }
- .detail .job .type_place {
- font-size: 0.875rem;
- font-weight: 400;
- color: #444444;
- margin-top: 0.625rem;
- }
- .detail .info {
- font-size: 0.8125rem;
- }
- .detail .type-place {
- padding: 0.625rem 0.9375rem;
- }
- .detail .type-place > :first-child {
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.1);
- }
- .detail .type-place .item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 2.5rem;
- }
- .detail .type-place .item .label {
- font-size: 0.8125rem;
- font-weight: 400;
- color: #555555;
- }
- .detail .type-place .item .value {
- font-size: 0.8125rem;
- font-weight: 400;
- color: #222222;
- }
- .detail .form {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- margin-top: -0.9375rem;
- padding-top: 0;
- }
- .form .label {
- font-size: 0.875rem;
- font-weight: 400;
- color: #222222;
- margin-top: 0.625rem;
- }
- .form input.text {
- height: 2.5rem;
- width: 100%;
- border: 0.0625rem solid rgba(151, 151, 151, 0.4);
- padding: 0 0.625rem;
- font-size: 0.875rem;
- font-weight: 400;
- margin-top: 0.625rem;
- }
- .form input.text::placeholder {
- color: #999999;
- }
- .form .upload {
- min-width: 7.5rem;
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- height: 2.5rem;
- padding: 0 1.25rem;
- background: rgba(216, 216, 216, 0.4);
- font-size: 0.875rem;
- font-weight: 500;
- color: #333333;
- text-align: center;
- line-height: 2.5rem;
- margin-top: 0.625rem;
- }
- .form .tips {
- font-size: 0.75rem;
- font-weight: 400;
- color: #222222;
- margin-top: 0.625rem;
- }
|