| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #F2F3F5;
- }
- .person{
- display: revert;
- margin-top: 20rpx;
- margin-left: 20rpx;
- margin-right: 20rpx;
- width: 710rpx;
- height: 190rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 9rpx;
- }
- .person_touxiang{
- margin-left: 30rpx;
- margin-top: 40rpx;
- width: 110rpx;
- height: 110rpx;
- border-radius: 55px;
- }
- .person_name{
- position: absolute;
- margin-left: 22rpx;
- margin-top: 50rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 36rpx;
- font-weight: 600;
- }
- .person_identity{
- position: absolute;
- margin-left: 14rpx;
- width: 91rpx;
- height: 38rpx;
- background: rgba(41, 109, 227, 1);
- border-radius: 145rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 20rpx;
- font-weight: 400;
- line-height: 38rpx;
- text-align: center;
- }
- .person_phone{
- position: absolute;
- margin-left: 22rpx;
- margin-top: 98rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 24rpx;
- font-weight: 400;
- }
- /* 第二部分,我的订单 */
- .my_order{
- display: revert;
- margin-top: 20rpx;
- margin-left: 20rpx;
- margin-right: 20rpx;
- width: 710rpx;
- 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: 710rpx;
- 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: 20rpx;
- margin-right: 20rpx;
- width: 710rpx;
- 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;
- }
|