| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- page {
- font-size: 14px;
- color: #333;
- }
- .panel-container {
- position: relative;
- }
- .panel {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 268rpx;
- background: linear-gradient(-60deg, rgba(62, 136, 161, 1), rgba(54, 108, 185, 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);
- }
- .panel .name .auth {
- width: 90rpx;
- height: 32rpx;
- background: linear-gradient(45deg, rgba(255, 199, 107, 1), rgba(255, 177, 107, 1));
- border-radius: 16rpx;
- font-size: 22rpx;
- color: #fff;
- margin-left: 22rpx;
- display: flex;
- justify-content: center;
- }
- .panel .name .unauth {
- width: 90rpx;
- height: 32rpx;
- background: rgba(204, 204, 204, 1);
- border-radius: 16rpx;
- font-size: 22rpx;
- color: #fff;
- margin-left: 22rpx;
- display: flex;
- justify-content: center;
- }
- .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 {
- margin-right: 36rpx;
- width: 17rpx;
- height: 29rpx;
- }
- .panel .qycode image {
- width: 100%;
- height: 100%;
- }
- /* 未认证 */
- .notrz {
- display: flex;
- flex-direction: row;
- width: 100%;
- height: 25rpx;
- margin-top: 19rpx;
- align-items: 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 {
- display: flex;
- flex-direction: row;
- 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: 68rpx;
- height: 68rpx;
- 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: 68rpx;
- height: 68rpx;
- 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: 68rpx;
- height: 68rpx;
- 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: 18rpx;
- background: rgba(238, 238, 238, 1);
- margin-top: 30rpx;
- }
- /* 简历模块 */
- .jianli {
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- align-items: center;
- width: 100%;
- height: 186rpx;
- border-bottom: 2rpx solid rgba(221, 221, 221, 1);
- }
- .jianli .jltb {
- display: flex;
- flex-direction: row;
- padding-left: 30rpx;
- }
- .jianli .jltb image {
- width: 72rpx;
- height: 81rpx;
- }
- .jianli .jltb .wenzi {
- display: flex;
- flex-direction: column;
- padding-left: 37rpx;
- }
- .jianli .jltb .wenzi .wenzi1 {
- height: 30rpx;
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- }
- .jianli .jltb .wenzi .wenzi2 {
- height: 22rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- padding-top: 18rpx;
- }
- .jianli .percent {
- display: flex;
- flex-direction: column;
- padding-right: 20rpx;
- }
- .jianli .percent .full {
- font-size: 56rpx;
- font-family: Arial-BoldMT;
- font-weight: bold;
- color: rgba(255, 64, 14, 1);
- }
- .jianli .percent .unfull {
- font-size: 56rpx;
- font-family: Arial-BoldMT;
- font-weight: bold;
- color: rgba(153, 153, 153, 1);
- }
- .jianli .percent .nows {
- display: flex;
- flex-direction: row;
- width: 110rpx;
- height: 32rpx;
- background: rgba(81, 145, 211, 1);
- border-radius: 16px;
- margin-top: 9rpx;
- align-items: center;
- justify-content: center;
- }
- .jianli .percent .nows image {
- width: 16rpx;
- height: 17rpx;
- }
- .jianli .percent .nows .unwz {
- font-size: 17rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(254, 254, 254, 1);
- padding-left: 4rpx;
- }
- /* 四个小模块 */
- .query {
- display: flex;
- width: 100%;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- height: 85rpx;
- border-bottom: 2rpx solid rgba(221, 221, 221, 1);
- }
- .query .querys {
- display: flex;
- flex-direction: row;
- }
- .query .querys .moneytb {
- width: 31rpx;
- height: 31rpx;
- padding-left: 42rpx;
- }
- .query .querys .queryxz {
- font-size: 25rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(34, 34, 34, 1);
- padding-left: 24rpx;
- }
- .query .jiantou {
- width: 17rpx;
- height: 29rpx;
- padding-right: 36rpx;
- }
- /* 登录 */
- .login {
- padding-left: 60rpx;
- }
- .login_btn {
- color: #fff;
- font-size: 38rpx;
- }
- .login_more {
- padding-top: 10rpx;
- color: #fff;
- }
|