| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- page{
- height: 100%;
- width: 100%;
- background: #F7F7F7;
- }
- .container{
- height: auto;
- overflow: hidden;
- width: 100%;
- }
- .userinfo {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 120rpx 60rpx 20rpx 40rpx;
- height: 268rpx;
- width: 100%;
- position: relative;
- z-index: 1;
- }
- .user-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 620rpx;
- z-index: 0;
- }
- .userinfo-setting {
- z-index: 1;
- }
- .u-avatar{
- position: absolute;
- top: 0;
- margin-top: -75rpx;
- left: 50%;
- transform: translateX(-50%);
- z-index: 99;
- text-align: center;
- }
- .userinfo-avatar {
- width: 150rpx;
- height: 150rpx;
- margin: 0 auto;
- border: 1px solid #EEEEEE;
- border-radius: 50%;
- margin-bottom: 20rpx;
- display: block;
- background: rgb(180, 180, 180);
- }
- .userinfo-nickname {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- }
- .userinfo-setting image{
- width: 60rpx;
- height: 60rpx;
- }
- .btn-cls{
- opacity: 0;
- position: absolute;
- width: 50px;
- height: 50px;
- margin: 0;
- border-radius:4px;
- padding: 0;
- top: 0;
- left: 0;
- z-index: 999;
- }
- .profile-info{
- width: 100%;
- height: 280rpx;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: flex-start;
- padding: 0 30.25rpx;
- background: #333;
- }
- .profile-info .avatar{
- height: 148rpx;
- width: 148rpx;
- border-radius: 50%;
- }
- .profile-info .info{
- flex: 1;
- height: 85rpx;
- padding-left: 31.25rpx;
- }
- .profile-info .name{
- display: block;
- height: 45rpx;
- line-height: 45rpx;
- color: #fff;
- font-size: 37.5rpx;
- margin-bottom: 10rpx;
- }
- .profile-info .level{
- display: block;
- height: 30rpx;
- line-height: 30rpx;
- margin-bottom: 10rpx;
- color: #7f7f7f;
- font-size: 30rpx;
- }
- .service {
- position: static;
- background-color: transparent;
- color: transparent;
- margin: 0;
- padding: 0;
- border: none;
- text-align: left;
- line-height: normal;
- display: inline;
- }
- .company {
- font-size:20rpx;
- text-align:center;
- margin-top:50px;
- }
- .kefutest{
- width: 100rpx;
- background: red;
- height: 50rpx;
- position: absolute;
- bottom: 0;
- }
- .kefutest2{
- width: 100rpx;
- background: red;
- height: 50rpx;
- position: absolute;
- bottom: 80rpx;
- }
- .order-list {
- margin: -50rpx 30rpx 0;
- border-radius: 12px;
- height: 90px;
- overflow: hidden;
- background: #fff;
- position: relative;
- z-index: 9;
- margin-bottom: 20rpx;
- }
- .order-container {
- transition: transform .3s ease-in-out;
- }
- .order-list .info{
- height: 90px;
- position: relative;
- padding: 15px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- }
- .order-item-info {
- display: flex;
- align-items: center;
- width: calc(100% - 50px);
- }
- .page-title {
- position: fixed;
- z-index: 99999;
- box-sizing: content-box;
- left: 40rpx;
- }
- .page-title navigator {
- display: inline-block;
- border: 1px solid rgba(151, 151, 151, 0.2);
- background: rgba(255, 255, 255, 0.6);
- height: 32px;
- text-align: center;
- font-size: 12px;
- line-height: 32px;
- width: 45px;
- }
- .page-title navigator image {
- width: 17px;
- height: 17px;
- display: inline-block;
- margin-top: 8px;
- }
- .page-title navigator:nth-child(1) {
- border-radius: 16px 0 0 16px;
- border-right: none;
- position: relative;
- }
- .page-title navigator:nth-child(1)::after {
- content: '';
- position: absolute;
- width: 1px;
- height: 19px;
- background: rgba(0, 0, 0, 0.2);
- top: 50%;
- right: 0;
- transform: translateY(-50%);
- }
- .page-title navigator:nth-child(2) {
- border-radius: 0 16px 16px 0;
- border-left: none;
- }
- .order-item-info image {
- flex: 0 0 auto;
- width: 60px;
- height: 60px;
- margin-right: 10px;
- }
- .info-text {
- flex: 0 0 auto;
- width: calc(100% - 70px);
- }
- .info-text > text {
- display: block;
- }
- .success {
- font-size: 12px;
- color: #0ED171;
- font-weight: 500;
- width: 50px;
- }
- .order-item-info .title {
- font-size: 34rpx;
- font-weight: 500;
- color: #333333;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- margin-bottom: 10px;
- }
- .aaa text{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 20px;
- }
- .aaa text:nth-child(1) {
- margin-right: 40rpx;
- }
- .i-line{
- width: 2rpx;
- height: 100rpx;
- background: #f4f4f4;
- }
- .order-list .or-a{
- flex: 5
- }
- .order-list .navigator,.order-list button{
- text-align: center;
- background: none;
- opacity: 1;
- font-size: 0;
- padding: 0;
- flex: 4;
- }
- .order-list .icon-item {
- position: relative;
- display: inline-block;
- }
- .order-list .navigator .count {
- position: absolute;
- right: 8rpx;
- top: 8rpx;
- width: 28rpx;
- height: 28rpx;
- text-align: center;
- line-height: 28rpx;
- background: #ED5D18;
- color: #fff;
- font-size: 18rpx;
- border-radius: 50%;
- transform: translate(50%, -50%);
- }
- .aaaaa {
- position: relative;
- z-index: 1;
- background: #F5F5F5;
- border-radius: 10px 10px 0px 0px;
- padding: 180rpx 30rpx;
- }
- .order-list-v {
- background: #FFFFFF;
- box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
- border-radius: 10px;
- }
- .order-list-v view:not(:last-child) {
- border-bottom: 1px solid #ECECEC;
- }
- .order-list-v .title {
- padding: 24rpx;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .order-list-v .desc {
- margin-left: 32rpx;
- font-size: 14px;
- font-weight: 400;
- color: #323233;
- line-height: 20px;
- padding: 20rpx 0;
- }
- .order-list-v .desc text {
- color: #646566;
- margin-right: 40rpx;
- }
- .logout {
- height: 40px;
- background: #FFFFFF;
- border-radius: 6px;
- border: 1px solid #FA5555;
- font-size: 14px;
- font-weight: 500;
- color: #FA5555;
- line-height: 40px;
- text-align: center;
- position: absolute;
- bottom: 140rpx;
- left: 60rpx;
- right: 60rpx;
- }
|