123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .container .person {
- display: flex;
- height: 200px;
- padding: 10rpx 30rpx;
- justify-content: space-between;
- align-items: center;
- background-color: #FFE084;
- }
- .container .person .person-info {
- padding-left: 40rpx;
- }
- .container .person .person-info .user-name {
- position: relative;
- margin-top: 10rpx;
- }
- .container .person .person-info .user-name .next {
- width: 35rpx;
- height: 35rpx;
- position: absolute;
- right: -74rpx;
- top: 12rpx;
- z-index: -1;
- }
- .container .person .person-info .tel {
- margin-top: 20rpx;
- }
- .container .person .head-img {
- width: 180rpx;
- height: 180rpx;
- border-radius: 50%;
- }
- .container .person .head-img image {
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- }
- .container .user-login {
- display: flex;
- height: 200px;
- padding: 10rpx 30rpx;
- border-bottom: 1px solid #ebeef5;
- background-size: cover;
- position: relative;
- background-color: #FFE084;
- }
- .container .user-login .login-btn {
- background-color: transparent;
- position: absolute;
- line-height: 100px;
- top: 14%;
- font-weight: 400;
- letter-spacing: 5rpx;
- line-height: 88px;
- text-align: left;
- }
- .container .user-login .next {
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- top: 136rpx;
- right: 393rpx;
- }
- .container .user-login .defult-user {
- width: 150rpx;
- height: 150rpx;
- position: absolute;
- top: 70rpx;
- right: 65rpx;
- }
- .container .order {
- display: flex;
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- border-bottom: 1px solid #ebeef5;
- justify-content: flex-start;
- position: relative;
- }
- .container .order .icons {
- width: 55rpx;
- height: 55rpx;
- margin: 32rpx 23rpx;
- }
- .container .order .order-text {
- line-height: 120rpx;
- letter-spacing: 3rpx;
- }
- .container .order .next-gray {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- right: 30rpx;
- top: 45rpx;
- }
- .container .assess {
- display: flex;
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- border-bottom: 1px solid #ebeef5;
- justify-content: flex-start;
- position: relative;
- }
- .container .assess .icons {
- width: 55rpx;
- height: 55rpx;
- margin: 32rpx 23rpx;
- }
- .container .assess .assess-text {
- line-height: 120rpx;
- letter-spacing: 3rpx;
- }
- .container .assess .next-gray {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- right: 30rpx;
- top: 45rpx;
- }
- .title{
- width: 100%;
- height: 20px;
- text-align: center;
- background-color: #FFE084;
- padding-top: 50px;
- }
|