123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796 |
- .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 */
- overflow: hidden;
- }
- .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!important;
- }
- .mt20 {
- margin-top: 20px!important;
- }
- .pl5 {
- padding-left: 5px;
- }
- .flex {
- display: flex;
- text-align: center;
- .f {
- flex: 1;
- overflow: hidden;
- }
- }
- .btn {
- color: white;
- background-color: $main-color;
- border-radius: 30px;
- font-size: 15px;
- text-align: center;
- padding: 5px;
- margin-top: 15px;
- }
- .form_group {
- padding: 9px 0px 9px 0px;
- 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: -11px;
- font-weight: bold;
- }
- }
- .bgm {
- border: 1px solid $line;
- border-radius: 5px;
- margin-top: 12px;
- position: relative;
- background-color: white;
- .input {
- border: 0px;
- width: 75%;
- margin-top: 0px;
- }
- .msg {
- position: absolute;
- right: 10px;
- top: 9px;
- color: $main-color;
- }
- }
- .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;
- background-color: white;
- }
- .start {
- flex: 1;
- margin-top: -17px;
- text-align: left;
- }
- .hor {
- flex: 0.7;
- text-align: center;
- padding-top: 5px;
- }
- }
- .bz {
- font-size: 12px;
- color: $font-c;
- margin-top: 7px;
- .icon {
- padding-right: 3px;
- }
- .contact {
- background-color: #f1f1f1;
- float: right;
- font-size: 13px;
- color: $main-color;
- margin-top: -5px;
- }
- }
- .menu {
- margin-top: 12px;
- overflow: hidden;
- background-color: white;
- border-radius: 7px;
- box-shadow: $box-shadow;
- .cd {
- float: left;
- width: 25%;
- text-align: center;
- height: 88px;
- .out {
- padding: 5px;
- .int {
- padding: 5px 5px 5px 5px;
- position: relative;
- .icon {
- font-size: 25px;
- width: 45px;
- height: 45px;
- margin: 0 auto;
- color: white;
- border-radius: 18px;
- line-height: 47px;
- }
- .title {
- font-size: 14px;
- padding-top: 5px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .bage {
- position: absolute;
- padding: 0px 5px;
- border-radius: 20px;
- background-color: red;
- color: white;
- top: 2px;
- right: 7px;
- font-size: 13px;
- }
- }
- .share {
- background-color: white;
- line-height: 18px;
- }
- }
- }
- }
- .tips {
- font-size: 13px;
- background-color: $bg;
- padding: 8px;
- color: $main-color;
- overflow: hidden;
- .icon {
- font-size: 17px;
- float: left;
- padding-right: 3px;
- }
- }
- .cen{
- text-align: center;
- }
- .popup {
- padding: 15px;
- background-color: white;
- border-radius: 10px;
- .mtt{
- text-align: center;
- font-size: 18px;
- padding-top: 25px;
- }
- .money{
- text-align: center;
- font-size: 30px;
- padding-top: 5px;
- font-weight: bold;
- }
- .item{
- overflow: hidden;
- border-bottom: 1px solid $line;
- padding: 10px;
- &:last-child{
- border: 0px;
- }
- .tt{
- float: left;
- }
- .la{
- float: right;
- }
- }
- }
- .search {
- overflow: hidden;
- padding-top: 5px;
- .usearch {
- float: left;
- width: 75%;
- }
- .address {
- float: right;
- padding-top: 5px;
- width: 65px;
- font-size: 15px;
- .icon {
- padding-right: 3px;
- }
- }
- }
- .item_job {
- padding: 10px;
- background-color: white;
- overflow: hidden;
- border-radius: 7px;
- margin-bottom: 10px;
- .top {
- overflow: hidden;
- .title {
- font-size: 15px;
- padding-top: 3px;
- font-weight: bold;
- float: left;
- width: 70%;
- }
- .salary {
- padding-top: 5px;
- font-size: 15px;
- font-weight: bold;
- color: #ff5722;
- margin-bottom: 5px;
- float: right;
- }
- }
- .con {
- padding-top: 3px;
- padding-bottom: 10px;
- font-size: 13px;
- color: $font-c;
- .desc {
- padding-right: 10px;
- }
- }
- .bot {
- border-top: 1px solid $line;
- font-size: 13px;
- color: $font-c;
- padding-top: 10px;
- overflow: hidden;
- .address {
- float: left;
- width: 63%;
- .icon {
- padding-right: 2px;
- }
- }
- .desc {
- text {
- padding-right: 10px;
- float: left;
- }
- }
- .distance {
- float: right;
- }
- }
- .bt {
- border: 0px;
- padding-top: 3px;
- }
- .flex {
- border-top: 1px solid $line;
- padding-top: 10px;
- font-size: 14px;
- margin-top: 13px;
- }
- }
- .job {
- margin-left: -5px;
- margin-right: -5px;
- margin-top: -5px;
- overflow: hidden;
- .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;
- border-radius: 3px;
- }
- .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: 13px;
- color: $font-c;
- width: 40%;
- float: left;
- }
- .distance {
- float: right;
- font-size: 13px;
- color: $font-c;
- padding-top: 3px;
- width: 60%;
- text-align: right;
- }
- }
- }
- }
- }
- /**简历******/
- .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: 5px;
- .title {
- font-size: 17px;
- font-weight: bold;
- }
- .icon {
- float: right;
- font-weight: bold;
- margin-top: 2px;
- font-size: 20px;
- }
- }
- .ellip {
- line-height: 25px;
- }
- .item {
- padding-top: 10px;
- }
- }
- .btn {
- width: 80%;
- .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;
- }
- }
- .tags {
- float: left;
- width: 50%;
- .out {
- padding: 5px;
- .int {
- border-radius: 3px;
- text-align: center;
- padding: 10px 5px 10px 5px;
- font-size: 14px;
- color: $font-c;
- background-color: #f3f3f3;
- }
- }
- }
- .search_view {
- position: fixed;
- width: 100%;
- overflow-y: auto;
- background-color: white;
- z-index: 3;
- .list {
- padding: 5px 15px 10px 15px;
- .item {
- padding: 10px;
- color: $font-c;
- .title {
- font-size: 16px;
- font-weight: 600;
- }
- .desc {
- font-size: 13px;
- color: #a1a1a1;
- padding-top: 2px;
- }
- }
- }
- }
- ._success {
- color: #67c23a !important;
- }
- ._info {
- color: #909399 !important;
- }
- ._error {
- color: #f56c6c !important;
- }
- .message {
- padding: 15px;
- border-radius: 5px;
- font-size: 14px;
- color: $font-c;
- margin-bottom: 10px;
- background-color: white;
- .icon {
- padding-right: 3px;
- font-size: 16px;
- }
- }
- .ql-editor.ql-blank:before {
- font-style: normal !important;
- }
- /**底部按钮操作******/
- .mfooter {
- position: fixed;
- width: 100%;
- bottom: 30px;
- text-align: center;
- .btn {
- border-radius: 35px;
- width: 40%;
- .icon {
- padding-right: 5px;
- }
- }
- }
- .position {
- padding: 15px;
- .audits {
- margin-top: -10px;
- margin-bottom: 15px;
- .audit {
- float: left;
- padding: 5px 15px;
- border-radius: 30px;
- background-color: white;
- margin-right: 12px;
- font-size: 14px;
- color: $font-c;
- &.active {
- color: white;
- background-color: $main-color;
- }
- }
- overflow: hidden;
- }
- .item {
- border-radius: 7px;
- background-color: white;
- color: $font-c;
- padding: 15px;
- overflow: hidden;
- margin-bottom: 12px;
- .top {
- overflow: hidden;
- .title {
- font-size: 16px;
- float: left;
- width: 71%;
- font-weight: bold;
- }
- .salary {
- font-size: 15px;
- font-weight: bold;
- color: #ff5722;
- margin-bottom: 5px;
- float: right;
- }
- .audit {
- float: right;
- font-size: 14px;
- .icon {
- padding-right: 3px;
- }
- }
- }
- .desc {
- margin-top: 10px;
- color: $font-c;
- width: 100%;
- font-size: 14px;
- overflow: hidden;
- .tag {
- float: left;
- padding: 1px 5px 8px 0px;
- border-radius: 3px;
- margin-right: 7px;
- }
- .date {
- float: right;
- }
- }
- .flex {
- border-top: 1px solid $line;
- padding-top: 10px;
- font-size: 14px;
- }
- }
- }
- .br {
- border-right: 1px solid $line;
- }
- .danger {
- color: #f44336;
- }
- .agree {
- color: $main-color;
- }
- .filters {
- float: right;
- margin-top: -32px;
- color: $font-c;
- z-index: 111;
- font-size: 15px;
- position: relative;
- .icon {
- padding-right: 3px;
- }
- }
- .city {
- float: right;
- margin-top: -32px;
- color: $font-c;
- z-index: 111;
- position: relative;
- width: 70px;
- margin-right: 70px;
- font-size: 15px;
- .icon {
- padding-right: 3px;
- }
- }
- .pt0 {
- padding-top: 0px;
- }
- .org {
- color: orangered;
- }
- .mcard {
- background-color: white;
- padding: 15px;
- border-radius: 8px;
- .money {
- font-size: 22px;
- font-weight: bold;
- }
- .desc {
- padding-top: 10px;
- font-size: 14px;
- color: $font-c;
- }
- .f {
- padding: 10px;
- .btn {
- padding: 0px;
- .icon {
- padding-right: 3px;
- }
- }
- }
- }
- .wte {
- background-color: white !important;
- }
- .mb0{
- margin-bottom: 0px!important;
- }
- .ms {
- margin-top: 20px;
- overflow: hidden;
- .mtitle {
- font-weight: bold;
- margin-bottom: 10px;
- }
- .item {
- font-size: 14px;
- padding-top: 7px;
- }
- .gs {
- float: left;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- background-color: #f1f1f1;
- text-align: center;
- font-size: 30px;
- line-height: 47px;
- }
- .con {
- float: left;
- padding-left: 10px;
- width: 70%;
- .mti {
- font-weight: bold;
- padding-bottom: 5px;
- }
- .address {
- font-size: 13px;
- }
- }
- .more {
- float: right;
- margin-top: 14px;
- }
- }
- .mbos {
- background-color: white;
- padding: 20px;
- border-radius: 25px;
- .item {
- font-size: 14px;
- padding-top: 7px;
- }
- .b {
- font-weight: bold;
- }
- map {
- border-radius: 8px;
- overflow: hidden;
- margin-top: 15px;
- width: 100%;
- height: 150px;
- }
- .btn {
- width: 60%;
- }
- }
- .mb15{
- margin-bottom: 15px
- }
- .mt0{
- margin-top: 0px;
- }
- .bbg {
- overflow: hidden;
- }
- .dtop {
- padding: 15px;
- .title {
- font-weight: bold;
- }
- .price {
- padding-top: 5px;
- font-size: 15px;
- font-weight: bold;
- color: #ff5722;
- }
- .desc {
- padding-top: 5px;
- font-size: 14px;
- text {
- padding-right: 10px;
- }
- .audit {
- float: right;
- color: $main-color;
- }
- }
- }
- .pd0{
- padding-bottom: 0px;
- }
- .pl0{
- padding-left: 0px;
- }
|