123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- /* 头部椭圆 */
- .head {
- width: 442px;
- height: 285px;
- background-color: #4b3ab0;
- border-radius: 50%;
- position: absolute;
- left: -34px;
- top: -155px;
- z-index: -1;
- }
- .user {
- width: 100%;
- }
- .user .up {
- width: 100%;
- height: 40px;
- margin-top: 9px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #fff;
- }
- .user .up .left {
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: start;
- }
- .user .up .left image {
- width: 40px;
- height: 40px;
- margin-left: 17px;
- margin-right: 8px;
- }
- image.bianji {
- width: 43px;
- height: 18px;
- position: absolute;
- top: 9px;
- left: 155px;
- }
- .user .up .left view {
- height: 40px;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- }
- .user .up .left view text:first-child {
- font-size: 15px;
- font-weight: bold;
- }
- .user .up .left view text:last-child {
- font-size: 13px;
- }
- .user .up .right {
- height: 40px;
- }
- .user .up .right image {
- width: 14px;
- height: 15px;
- vertical-align: middle;
- margin-right: 4px;
- }
- .user .up .right text {
- font-size: 12px;
- text-decoration: underline;
- margin-right: 10px;
- }
- .user .down {
- width: 100%;
- height: 82px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: start;
- }
- .user .down image {
- width: 16px;
- height: 16px;
- vertical-align: middle;
- margin-right: 2px;
- }
- .user .down view:first-child {
- font-size: 36px;
- color: #FFD800;
- font-weight: bold;
- }
- .user .down view:last-child {
- font-size: 15px;
- color: #C7C4D8;
- margin-top: -2px;
- }
- /* 详细数据 */
- .detail {
- width: 100%;
- height: 102px;
- text-align: center;
- margin: 10px auto;
- }
- .detail view {
- color: #6C6C6C;
- font-size: 10px;
- }
- .detail view view:first-child {
- color: #000;
- font-size: 30px;
- }
- .detail image {
- width: 114px;
- height: 83px;
- }
- /* 菜单 */
- .menu {
- width: 100%;
- }
- .menu image:first-child {
- width: 21px;
- height: 21px;
- }
- .menu image:last-child {
- width: 9px;
- height: 16px;
- }
- .contact_button{
- position: relative;
- bottom: 45px;
- opacity: 0;
- }
- .icon1{
- width: 19px;
- height: 20px;
- padding:1px 2px;
- margin: 0px 2px;
- }
- .icon2{
- width: 20px;
- height: 23px;
- padding:1px 2px;
- margin: 0px 2px;
- }
- .icon3{
- width: 21px;
- height: 21px;
- padding:1px 2px;
- margin: 0px 2px;
- }
- .icon4{
- width: 17px;
- height: 20px;
- padding:1px 2px;
- margin: 0px 2px;
- }
|