123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- page{
- background-color: #F4F5F7!important;
- }
- .user .header {
- padding: 0 30rpx;
- height: 316rpx;
- position: relative;
- }
- .bgcolor{
- background:linear-gradient(135deg,rgba(253,136,0,1) 0%,rgba(253,84,0,1) 100%);
- opacity:1;
- }
- /* .user .header:after {
- position: absolute;
- left: 0;
- right: 0;
- bottom: -98rpx;
- z-index: -1;
- content: '';
- height: 100rpx;
- width: 100%;
- border-radius: 0 0 50% 50%;
- background-color: #e93323;
- } */
- .header_a{
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width:696rpx;
- height:234rpx;
- background:rgba(255,255,255,1);
- opacity:0.69;
- border-radius:22rpx 22rpx 0rpx 0rpx;
- }
- .header_b{
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width:632rpx;
- height:284rpx;
- background:rgba(255,251,251,1);
- opacity:1;
- border-radius:22rpx 22rpx 0rpx 0rpx;
- padding-top: 30rpx;
- padding-left: 60rpx;
- padding-right: 60rpx;
- box-sizing: border-box;
- }
- .header_c{
- display: flex;
- justify-content: start;
- z-index: 999;
- }
- .header_img{
- width:124rpx;
- height:124rpx;
- background:rgba(0,0,0,0);
- border-radius:50%;
- opacity:1;
-
- }
- .header_d{
- margin-left: 25rpx;
- padding: 15rpx 0;
- box-sizing: border-box;
- }
- .header_p{
- font-size:30rpx;
- font-family:PingFang SC;
- font-weight:500;
- line-height:52rpx;
- color:rgba(51,51,51,1);
- opacity:1;
- }
- .header_p1{
- font-size:24rpx;
- font-family:PingFang SC;
- font-weight:500;
- line-height:54rpx;
- color:rgba(204,204,204,1);
- opacity:1;
- margin-top: 5rpx;
- }
- .header_p text{
- /* width:72rpx; */
- display: inline-block;
- height:36rpx;
- line-height: 36rpx;
- text-align: center;
- background:rgba(253,84,0,1);
- opacity:1;
- padding:0 10rpx ;
- border-radius:20rpx;
- font-size:20rpx;
- font-family:PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,1);
- opacity:1;
- margin-left: 30rpx;
- }
- .header_img image{
- width:124rpx;
- height:124rpx;
- border-radius:50%;
- }
- .head_a{
- display: flex;
- justify-content: space-between;
- margin-top: 18rpx;
- }
- .head_b{
- width: 120rpx;
- text-align: center;
- }
- .head_p{
- font-size:30rpx;
- font-family:PingFang SC;
- font-weight:bold;
- line-height:42rpx;
- color:rgba(29,29,29,1);
- opacity:1;
- }
- .head_p1{
- font-size:26rpx;
- font-family:PingFang SC;
- font-weight:400;
- line-height:52rpx;
- color:rgba(29,29,29,1);
- opacity:1;
- }
- .user .header .picTxt .pictrue {
- width: 120rpx;
- height: 120rpx;
- }
- .user .header .picTxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 2px solid #f5f5f5;
- }
- .user .header .picTxt .text {
- width: 434rpx;
- color: rgba(255, 255, 255, 1);
- margin-left: 35rpx;
- }
- .user .header .picTxt .text .name {
- font-size: 32rpx;
- max-width: 270rpx;
- }
- .user .header .picTxt .text .member {
- padding: 0 10rpx;
- height: 36rpx;
- background-color: rgba(0, 0, 0, 0.2);
- font-size: 20rpx;
- border-radius: 30rpx;
- margin-left: 17rpx;
- }
- .user .header .picTxt .text .member image {
- width: 28rpx;
- height: 28rpx;
- font-size: 20rpx;
- margin-right: 8rpx;
- }
- .user .header .picTxt .text .id {
- color: rgba(255, 255, 255, 0.6);
- font-size: 26rpx;
- margin-top: 15rpx;
- }
- .user .header .picTxt .text .id .iconfont {
- font-size: 30rpx;
- margin-left: 12rpx;
- }
- .user .header .icon-shezhi {
- font-size: 36rpx;
- color: #fff;
- margin-top: -52rpx;
- }
- .user .wrapper {
- /* padding: 0 20rpx; */
- }
- .user .wrapper .nav {
- background-color: #fff;
- border-radius: 6rpx;
- height: 140rpx;
- }
- .user .wrapper .nav .item {
- flex: 1;
- text-align: center;
- font-size: 26rpx;
- color: #aaa;
- }
- .user .wrapper .nav .item~.item {
- border-left: 1px solid #eee;
- }
- .user .wrapper .nav .item .num {
- margin-top: 10rpx;
- font-size: 36rpx;
- color: #282828;
- }
- .user .wrapper .myOrder {
- background-color: #fff;
- border-radius: 10rpx;
- }
- .user .wrapper .myOrder .title,
- .user .wrapper .myService .title {
- height: 88rpx;
- padding: 0 30rpx;
- /* border-bottom: 1px dashed #ddd; */
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- }
- .user .wrapper .myOrder .title .allOrder {
- font-size: 26rpx;
- color: #CCCCCC;
- font-weight: 400;
- }
- .user .wrapper .myOrder .title .allOrder .iconfont {
- font-size:24rpx;
- margin-left: 7rpx;
- }
- .user .wrapper .myOrder .orderState {
- width: 690rpx;
- margin: 0 auto;
- height: 160rpx;
- }
- .user .wrapper .myOrder .orderState .item {
- font-size: 26rpx;
- color: #454545;
- flex: 1;
- text-align: center;
- }
- .user .wrapper .myOrder .orderState .item .pictrue {
- width: 52rpx;
- height: 52rpx;
- margin: 0 auto 18rpx auto;
- position: relative;
- }
- .user .wrapper .myOrder .orderState .item .pictrue image {
- width: 100%;
- height: 100%;
- }
- .user .wrapper .myService {
- background-color: #fff;
- margin-top: 15rpx;
- border-radius: 10rpx;
- }
- .user .wrapper .myService .serviceList {
- width: 650rpx;
- margin: 0 auto;
- padding: 8rpx 0 27rpx 0;
- }
- .user .wrapper .myService .serviceList .item {
- width: 100%;
- margin-top: 32rpx;
- display: flex;
- justify-content: start;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #333333;
- border-bottom: 2rpx solid rgba(233,232,235,0.25);
- padding-bottom: 32rpx;
- }
- .user .wrapper .myService .serviceList .item:last-child{
- border-bottom: 0;
- }
- .user .wrapper .myService .serviceList .item .pictrue {
- width: 44rpx;
- height: 44rpx;
- margin-right: 40rpx;
- }
- .user .wrapper .myService .serviceList .item .pictrue image {
- width: 100%;
- height: 100%;
- }
- .user .support {
- width: 219rpx;
- height: 74rpx;
- margin: 54rpx auto;
- display: block;
- }
- .switchWindow {
- width: 560rpx;
- border-radius: 20rpx;
- background-color: #fff;
- position: fixed;
- top: 50%;
- left: 50%;
- margin-left: -280rpx;
- margin-top: -300rpx;
- z-index: 99;
- padding: 50rpx 30rpx 40rpx 30rpx;
- text-align: center;
- box-sizing: border-box;
- transition: all 0.3s ease-in-out 0s;
- opacity: 0;
- transform: scale(0);
- }
- .switchWindow.on {
- opacity: 1;
- transform: scale(1);
- }
- .switchWindow .pictrue {
- width: 236rpx;
- height: 236rpx;
- margin: 0 auto;
- }
- .switchWindow .pictrue image {
- width: 100%;
- height: 100%;
- }
- .switchWindow .info {
- font-size: 32rpx;
- color: #282828;
- margin-top: 44rpx;
- font-weight: bold;
- }
- .switchWindow .switchBnt {
- font-size: 32rpx;
- color: #fff;
- width: 360rpx;
- height: 82rpx;
- border-radius: 41rpx;
- margin: 57rpx auto 0 auto;
- background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);
- line-height: 82rpx;
- }
- .switchWindow .switchBnt.cancelBnt {
- background-color: #fff;
- color: #999;
- background-image: none;
- margin-top: 10rpx;
- }
- .order-status-num {
- min-width: 18rpx;
- background-color: #fff;
- color: #ee5a52;
- border-radius: 15rpx;
- position: absolute;
- right: -5rpx;
- top: -16rpx;
- font-size: 23rpx;
- padding: 0 5rpx;
- border: 1rpx solid #ee5a52;
- }
- .user .binding {
- padding: 2rpx 18rpx;
- background-color: #ca1f10;
- border-radius: 50px;
- font-size: 22rpx;
- border: 1px solid #e8695e;
- color: #ffffff;
- }
|