| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- page {
- font-size: 14px;
- color: #333;
- }
- .panel {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 364rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- /* background: linear-gradient(-60deg, rgba(62, 136, 161, 1), rgba(54, 108, 185, 1)); */
- position: relative;
- }
- .bg_login {
- width: 100%;
- height: 364rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: -1;
- }
- .panel .avatar {
- width: 134rpx;
- height: 134rpx;
- border-radius: 50%;
- margin-left: 40rpx;
- border: #fff solid 6rpx;
- }
- .panel .person-info {
- display: flex;
- justify-content: center;
- height: 100%;
- flex-direction: column;
- width: 60%;
- padding-left: 36rpx;
- }
- .panel .person-info .name {
- display: flex;
- flex-direction: row;
- height: 50rpx;
- align-items: center;
- }
- .panel .person-info .name .nickName {
- font-size: 38rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .auth,
- .unauth {
- width: 92rpx;
- height: 32rpx;
- margin-left: 15rpx;
- }
- .panel .person-info .enter {
- font-size: 22rpx;
- font-family: Arial-BoldMT;
- font-weight: bold;
- color: rgba(255, 255, 255, 1);
- padding: 20rpx 0 0 0;
- }
- .panel .qycode {
- flex: 1;
- height: 100%;
- padding-right: 15rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .panel .qycode image {
- width: 23rpx;
- height: 39rpx;
- }
- /* 未认证 */
- .notrz {
- width: 100%;
- height: 82rpx;
- color: #FF6300;
- font-size: 24rpx;
- background: #FFEBE3;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- /* .notrz image {
- height: 25rpx;
- width: 36rpx;
- padding-left: 65rpx;
- }
- .notrz .rz {
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #666;
- padding-left: 10rpx;
- }
- .notrz .ly {
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #ff400e;
- } */
- /*中间模块 */
- .inter {
- height: 180rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-around;
- flex: 1 0 auto;
- /* padding-top: 30rpx; */
- width: 100%;
- }
- .inter .mysc {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .inter .mysc image {
- width: 56rpx;
- height: 56rpx;
- /* background: rgba(247, 103, 65, 1); */
- /* border-radius: 50%; */
- }
- .inter .mysc .sc {
- width: 88rpx;
- height: 22rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- padding-top: 13rpx;
- }
- .inter .mysq {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .inter .mysq image {
- width: 56rpx;
- height: 56rpx;
- /* background: rgba(81, 145, 211, 1); */
- /* border-radius: 50%; */
- }
- .inter .mysq .sq {
- width: 88rpx;
- height: 22rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- padding-top: 13rpx;
- }
- .inter .mstb {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .inter .mstb image {
- width: 56rpx;
- height: 56rpx;
- /* background: rgba(255, 199, 107, 1); */
- /* border-radius: 50%; */
- }
- .inter .mstb .interview {
- width: 88rpx;
- height: 22rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- padding-top: 13rpx;
- }
- /* 灰色小模块 */
- .col {
- width: 100%;
- height: 10rpx;
- background: #F5F5F5;
- /* margin-top: 30rpx; */
- }
- /* 简历模块 */
- .jianli {
- width: 100%;
- height: 240rpx;
- color: #000;
- font-size: 34rpx;
- border-bottom: 2rpx solid #EEEEEE;
- padding: 0 30rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- align-items: center;
- }
- .jianli-title {
- display: flex;
- align-items: flex-end;
- }
- .edit {
- color: #999999;
- font-size: 24rpx;
- margin-left: 10rpx;
- }
- .edit1 {
- width: 19rpx;
- height: 21rpx;
- margin-right: 6rpx;
- }
- .tips {
- color: #999999;
- font-size: 28rpx;
- margin: 15rpx 0;
- }
- .color {
- color: #000;
- }
- .tag-class {
- height: 52rpx;
- width: 140rpx;
- color: #0177FF;
- font-size: 28rpx !important;
- border: 2rpx solid #0177ff !important;
- background: transparent !important;
- border-radius: 10rpx !important;
- display: flex !important;
- align-items: center !important;
- justify-content: center !important;
- }
- .circle {
- height: 162rpx;
- width: 162rpx;
- font-family:PingFangSC-Medium,PingFang SC;
- color: #999999;
- font-size: 34rpx;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .circle image {
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- }
- /* 四个小模块 */
- .query {
- display: flex;
- width: 100%;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- height: 116rpx;
- border-bottom: 2rpx solid #EEEEEE;
- }
- .query .querys {
- display: flex;
- align-items: center;
- flex-direction: row;
- padding: 0 30rpx;
- }
- .query .querys .queryxz {
- font-size: 30rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- padding-left: 24rpx;
- }
- /* .querys {
- width: 17rpx;
- height: 29rpx;
- padding-right: 36rpx;
- } */
- .jiantou {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .jiantou image {
- width: 17rpx;
- height: 29rpx;
- padding-right: 36rpx;
- margin-left: 15rpx;
- }
- .jiantou-content {
- color: #FE7235;
- font-size: 24rpx;
- }
- /* 登录 */
- .login {
- height: 100%;
- flex: 1;
- padding: 30rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .login_btn {
- color: #fff;
- font-size: 42rpx;
- }
- .login_more {
- margin-top: 10rpx;
- font-size: 22rpx;
- color: #fff;
- }
- .bottom {
- height: 30rpx;
- }
- .yjfk-image {
- width: 30rpx;
- height: 29rpx;
- }
- .integral-image,
- .shezhi-image {
- width: 30rpx;
- height: 30rpx;
- }
- .xzcx-image {
- width: 31rpx;
- height: 31rpx;
- }
- .rzjl-image {
- width: 30rpx;
- height: 32rpx;
- }
|