123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- 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: 376rpx;
- width: 100%;
- position: relative;
- }
- .user-bg {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 376rpx;
- z-index: 0;
- }
- .userinfo-setting {
- z-index: 1;
- }
- .u-avatar{
- position: relative;
- display: flex;
- align-items: center;
- }
- .userinfo-avatar {
- width: 50px;
- height: 50px;
- margin: 0;
- border-radius: 50rpx;
- }
- .userinfo-nickname {
- color: #fff;
- margin-left: 20rpx;
- }
- .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{
- position: relative;
- background: #fff;
- padding: 40rpx 28rpx;
- display: flex;
- justify-content: space-around;
- margin-bottom: 20rpx;
- font-size: 24rpx;
- margin: -50rpx 30rpx 0;
- z-index: 9;
- border-radius: 12px;
- }
- .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%);
- }
- .order-list view{
- font-size: 26rpx;
- line-height: 1;
- }
- .order-list image{
- width: 54rpx;
- height: 54rpx;
- margin-bottom: 18rpx;
- }
- .order-list-v {
- margin: 20rpx 30rpx;
- background-color: #fff;
- border-radius: 12px;
- padding: 0 30rpx;
- }
- .order-list-v .navigator {
- padding: 32rpx 0 28rpx;
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- }
- .order-list-v .navigator:last-child {
- border-bottom: none;
- }
- .order-list-v button {
- display: flex;
- align-items: center;
- width: 100%;
- height: auto;
- text-align: initial;
- padding: 0;
- background: none;
- line-height: initial;
- }
- .order-list-v .navigator image:not(.go) {
- width: 40rpx;
- height: 40rpx;
- flex: 0 0 auto;
- }
- .order-list-v .navigator .go {
- flex: 0 0 auto;
- width: 11rpx;
- height: 20rpx;
- }
- .order-list-v .navigator view {
- margin-left: 14rpx;
- font-size: 30rpx;
- color: #131D34;
- flex: 1;
- }
- .related-goods{
- width: 750rpx;
- height: auto;
- overflow: hidden;
- }
- .hidden {
- display: none !important;
- }
- .related-goods .h{
- position: relative;
- height: 145.5rpx;
- width: 750rpx;
- padding: 56.25rpx 0;
- background: #fff;
- text-align: center;
- border-bottom: 1px solid #f4f4f4;
- }
- .related-goods .h .line{
- display: inline-block;
- position: absolute;
- top: 75rpx;
- left: 0;
- z-index: 2;
- height: 1px;
- margin-left: 125rpx;
- width: 500rpx;
- background: rgba(233,233,233,1);
- }
- .related-goods .h .title{
- display: inline-block;
- position: absolute;
- top: 56.125rpx;
- left: 0;
- z-index: 3;
- height: 33rpx;
- margin-left: 285rpx;
- width: 180rpx;
- background: #fff;
- font-size: 30rpx;
- }
- .related-goods .b{
- width: 750rpx;
- height: auto;
- overflow: hidden;
- }
- .related-goods .b .item{
- float: left;
- background: #fff;
- width: 375rpx;
- height: auto;
- overflow: hidden;
- text-align: center;
- padding: 31.25rpx;
- border-right: 1px solid #f4f4f4;
- border-bottom: 1px solid #f4f4f4;
- min-height: 530rpx;
- position: relative;
- }
- .related-goods .item .img{
- width: 312rpx;
- height: 312rpx;
- border-radius:4px;
- }
- .related-goods .item .name{
- display: block;
- width: 312rpx;
- margin: 11.5rpx 0 15rpx 0;
- text-align: center;
- font-size: 30rpx;
- color: #333;
- display: -webkit-box;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .related-goods .item .price{
- display: block;
- width: 312rpx;
- height: 40rpx;
- text-align: center;
- font-size: 30rpx;
- color: #ED5D18;
- position: absolute;
- bottom: 10rpx;
- }
|