| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #F2F3F5;
- }
- .person{
- display: revert;
- width: 750rpx;
- height: 423rpx;
- background-image: url(/static/my/backage.png);
- background-size: 100%;
- }
- .person_touxiang{
- /* position: absolute; */
- margin-left: 30rpx;
- margin-top: 40rpx;
- width: 142rpx;
- height: 142rpx;
- border-radius: 55px;
- }
- .person_name{
- position: absolute;
- margin-left: 22rpx;
- margin-top: 50rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 40rpx;
- font-weight: 600;
- }
- .person_identity{
- position: absolute;
- margin-left: 14rpx;
- margin-top: 160rpx;
- width: 179rpx;
- height: 42rpx;
- background: rgba(255, 255, 255, 0.2);
- border-radius: 145rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 24rpx;
- font-weight: 400;
- line-height: 42rpx;
- text-align: center;
- }
- .person_phone{
- position: absolute;
- margin-left: 22rpx;
- margin-top: 98rpx;
- color: rgba(255, 255, 255, 0.5);
- font-size: 24rpx;
- font-weight: 400;
- }
- /* 第二部分,我的订单 */
- .my_order{
- display: revert;
- margin-top: -90rpx;
- margin-left: 31rpx;
- margin-right: 30rpx;
- width: 689rpx;
- height: 397rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 9rpx;
- }
- .order_title{
- margin-left: 28rpx;
- margin-top: 30rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 500;
- }
- .order_all{
- margin-left: 602rpx;
- margin-top: -30rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 24rpx;
- font-weight: 400;
- }
- .item-list{
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- width: 71rpx;
- height: 121rpx;
- margin-top: 20rpx;
- margin-left: 10rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 10px;
- }
- .item-list-one{
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 150rpx;
- margin-right: 30rpx;
- margin-top: 20rpx;
- }
- .img-btn{
- width: 59rpx;
- height: 54rpx;
- }
- .list-txt{
- width: 150rpx;
- text-align: center;
- font-size: 28rpx;
- margin-top: 10rpx;
- color: rgba(0, 0, 0, 1);
- font-weight: 400;
- }
- /* 第三部分,我的服务 */
- .my_help{
- display: revert;
- margin-top: 20rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- width: 689rpx;
- height: 269rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 9rpx;
- }
- .help_title{
- margin-left: 28rpx;
- margin-top: 30rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 500;
- }
|