123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428 |
- .bg {
- margin-top: -46px;
- margin-left: -10px;
- image {
- width: 110%;
- }
- }
- .main {
- padding: 15px;
- .form {
- border-radius: 10px;
- background-color: white;
- }
- }
- .tab {
- padding: 0px 5px 5px 5px;
- /* #ifdef H5 */
- margin-top: -1px;
- /* #endif */
- }
- .omit {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .ellip {
- -webkit-line-clamp: 2;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- overflow: hidden;
- margin-top: 7px;
- color: #666666;
- }
- .mt10 {
- margin-top: 10px;
- }
- .flex {
- display: flex;
- text-align: center;
- .f {
- flex: 1;
- overflow: hidden;
- }
- }
- .btn {
- color: white;
- background-color: $main-color;
- border-radius: 30px;
- font-size: 14px;
- text-align: center;
- padding: 5px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
- margin-top: 15px;
- }
- .form_group {
- padding: 9px 10px 9px 10px;
- overflow: hidden;
- position: relative;
- &.form_group:last-child {
- border-bottom: 0px;
- }
- .lable {
- font-size: 17px;
- text-align: left;
- position: relative;
- font-weight: bold;
- }
- .re {
- &::before {
- content: '*';
- width: 0px;
- height: 0px;
- color: red;
- position: absolute;
- top: -7px;
- left: -8px;
- font-weight: bold;
- }
- }
- .bgm {
- border: 1px solid $line;
- color: white;
- background-color: white;
- border-radius: 5px;
- margin-top: 12px;
- position: relative;
- .input {
- border: 0px;
- width: 75%;
- margin-top: 0px;
- }
- .msg {
- position: absolute;
- right: 10px;
- top: 9px;
- }
- }
- .avatar {
- position: absolute;
- top: 0px;
- right: 0px;
- width: 55px;
- height: 55px;
- border-radius: 50%;
- }
- picker {
- position: relative;
- .more {
- position: absolute;
- right: 7px;
- top: 13px;
- font-weight: normal;
- }
- }
- input {
- font-size: 15px;
- border-radius: 5px;
- padding: 10px;
- margin-top: 12px;
- border: 1px solid $line;
- background-color: white;
- }
- textarea {
- font-size: 15px;
- border-radius: 5px;
- padding: 10px;
- margin-top: 12px;
- height: 120px;
- width: 93%;
- border: 1px solid $line;
- }
- .start {
- flex: 1;
- margin-top: -17px;
- text-align: left;
- }
- .hor {
- flex: 1;
- text-align: center;
- color: white;
- padding-top: 5px;
- }
- }
- .bz {
- font-size: 12px;
- color: $font-c;
- margin-top: 7px;
- .icon {
- padding-right: 3px;
- }
- }
- .menu {
- margin-top: 12px;
- overflow: hidden;
- background-color: white;
- border-radius: 10px;
- box-shadow: $box-shadow;
- .cd {
- float: left;
- width: 25%;
- text-align: center;
- .out {
- padding: 5px;
- .int {
- padding: 8px 5px 8px 5px;
- .icon {
- font-size: 30px;
- width: 50px;
- height: 50px;
- margin: 0 auto;
- color: white;
- border-radius: 8px;
- line-height: 52px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- }
- .title {
- font-size: 14px;
- padding-top: 5px;
- }
- }
- }
- }
- }
- .tips {
- font-size: 13px;
- background-color: $bg;
- padding: 8px;
- color: $main-color;
- overflow: hidden;
- .icon {
- font-size: 17px;
- float: left;
- padding-right: 3px;
- }
- }
- .popup {
- padding: 15px;
- background-color: white;
- border-radius: 10px;
- }
- .search {
- overflow: hidden;
- .usearch {
- float: left;
- width: 77%;
- }
- .address {
- float: right;
- padding-top: 5px;
- }
- }
- .jobs {
- margin-top: 10px;
- margin-left: -6px;
- margin-right: -6px;
- .full_time {
- float: left;
- width: 50%;
- .out {
- padding: 6px;
- .int {
- padding: 10px;
- background-color: white;
- overflow: hidden;
- border-radius: 7px;
- box-shadow: $box-shadow;
- image {
- width: 100%;
- height: 100px;
- }
- .title {
- font-size: 14px;
- padding-top: 3px;
- font-weight: bold;
- }
- .desc {
- font-size: 13px;
- padding-top: 3px;
- }
- .price {
- padding-top: 3px;
- font-size: 14px;
- font-weight: bold;
- color: #ff5722;
- }
- .address {
- padding-top: 3px;
- font-size: 12px;
- color: $font-c;
- .icon {
- padding-right: 2px;
- }
- }
- }
- }
- }
- .part_time {
- padding: 10px;
- background-color: white;
- overflow: hidden;
- border-radius: 7px;
- margin-bottom: 10px;
- .title {
- font-size: 14px;
- padding-top: 3px;
- font-weight: bold;
- }
- .date {
- font-size: 13px;
- padding: 1px 8px;
- background-color: #e3e3e3;
- border-radius: 4px;
- margin-top: 5px;
- color: white;
- }
- .price {
- padding-top: 5px;
- font-size: 15px;
- font-weight: bold;
- color: #ff5722;
- margin-bottom: 5px;
- }
- .address {
- padding-top: 10px;
- font-size: 12px;
- color: $font-c;
- border-top: 1px solid $line;
- margin-top: 12px;
- .icon {
- padding-right: 2px;
- }
- .add {
- float: right;
- color: white;
- background-color: $main-color;
- padding: 3px 20px;
- border-radius: 20px;
- }
- }
- }
- }
- /**简历******/
- .resume {
- padding: 15px;
- .row {
- padding: 10px;
- margin-bottom: 15px;
- border-radius: 5px;
- font-size: 14px;
- background-color: white;
- overflow: hidden;
- .top {
- .sm6 {
- float: left;
- .name {
- font-size: 22px;
- font-weight: bold;
- .icon {
- padding-left: 10px;
- }
- }
- }
- .tx {
- width: 55px;
- height: 55px;
- border-radius: 50%;
- position: absolute;
- right: 34px;
- }
- }
- .label {
- padding-bottom: 15px;
- .title {
- font-size: 17px;
- font-weight: bold;
- }
- .icon {
- float: right;
- font-weight: bold;
- margin-top: 2px;
- font-size: 20px;
- }
- }
- .ellip {
- line-height: 25px;
- }
- .item {
- .title {
- float: left;
- font-size: 17px;
- font-weight: bold;
- }
- .right {
- float: right;
- }
- }
- .con {
- margin-bottom: 7px;
- .tit {
- font-weight: bold;
- .left {
- float: left;
- width: 60%;
- .salary {
- padding-left: 10px;
- color: orange;
- }
- }
- .right {
- float: right;
- font-weight: normal;
- .date {
- font-size: 13px;
- }
- .icon {
- }
- }
- }
- }
- .desc {
- margin-top: 5px;
- overflow: hidden;
- .text {
- padding-right: 3px;
- float: left;
- }
- .bf {
- padding-right: 7px;
- }
- .inf {
- float: left;
- text-align: left;
- padding-right: 15px;
- .icon {
- padding-right: 5px;
- }
- }
- }
- }
- }
- .yd {
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background-color: $font-c;
- float: left;
- margin-top: 9px;
- margin-right: 3px;
- }
- .lav {
- margin-bottom: 20px;
- padding-left: 7px;
- padding-right: 7px;
- .icon {
- font-size: 40px;
- padding-bottom: 10px;
- }
- .title {
- font-size: 22px;
- font-weight: bold;
- }
- .desc {
- font-size: 14px;
- margin-top: 10px;
- color: $font-c;
- }
- }
|