123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .skill_div{
- display: -webkit-box;
- -webkit-line-clamp: 3;
- max-height: 60px;
- overflow: hidden;
- -webkit-box-orient: vertical;
- color: #909090;
- padding-left: 20px;
- word-break: break-all;
- }
- .c-w-100{width: 100px;}
- .home-bg{
- width: 100%;
- height: 120px;
- object-fit: contain;
- position: relative;
- }
- .home-bg .header{
- position: absolute;
- width: 100%;
- height: 45px;
- line-height: 45px;
- color: #fff;
- font-size: 16px;
- top: 0;
- left: 0;
- text-align: center;
- }
- .header h1{
- line-height: 45px;
- }
- .home-bg .header .mui-action-back {
- display: block;
- width: 45px;
- height: 45px;
- position: absolute;
- left: 0;
- top: 0;
- }
- .header .mui-action-back:before {
- content: '';
- display: block;
- width: 12px;
- height: 12px;
- border: solid #fff;
- border-width: 1px 1px 0 0;
- transform: rotate(-135deg);
- -webkit-transform: rotate(-135deg);
- -moz-transform: rotate(-135deg);
- -ms-transform: rotate(-135deg);
- position: absolute;
- left: 18px;
- top: 16px;
- }
- .doc-photo{
- position: absolute;
- top: -25px;
- right: 10px;
- }
- .edit-div{
- position: absolute;
- width: 50px;
- top: 35px;
- right: 10px;
- text-align: center;
- }
- .edit-div span{
- background-color: #657180;
- padding: 2px 8px;
- color: #fff;
- border-radius: 5px;
- font-size: 14px;
- }
- .c-list > .list-arrow-r:after,
- .c-list > .list-arrow-u:after,
- .c-list > .list-arrow-d:after {
- position: absolute;
- top: 50%;
- right: 0.75rem;
- margin-top: -0.25rem;
- content: "";
- display: block;
- width: 0.4rem;
- height: 0.4rem;
- border: solid #cdcdcd;
- border-width: 0.1rem 0.1rem 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .c-list .c-list-info{
- padding-right: 25px;
- font-size: 14px;
- }
- .c-list > .list-arrow-d:after {
- right: 0.65rem;
- margin-top: -0.4rem;
- -webkit-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- /*.article-li{position: relative; margin-bottom: 10px;}*/
- .image-item{margin-top: 5px;}
- .count-div div{
- text-align: center;
- color: #909090;
- height: 29px;
- line-height: 29px;
- }
- .count-div div img{vertical-align: middle;}
- .image-item>img{
- width: 83px;
- height: 80px;
- }
- .link-icon {
- width: 17px;
- }
|