123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- page {
- height: 100%;
- }
- .item-box .order-section .order-item {
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- }
- .item-box .order-section {
- display: flex;
- justify-content: space-around;
- align-content: center;
- background: #fff;
- border-radius: 10rpx;
- }
- .container {
- background-color: #f8f8f8;
- }
- .container,.content-box {
- height: 100%;
- }
- .user-section {
- height: 300rpx;
- padding: 15rpx 30rpx 0;
- position: relative;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- overflow: hidden;
- }
- .user-section .bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: #5dbc7c;
- }
- .user-info-box {
- height: 180rpx;
- color: #fff;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- position: relative;
- z-index: 1;
- }
- .user-info-box .detail {
- height: 130rpx;
- }
- .user-info-box .detail .portrait-box {
- height: 100%;
- }
- .user-info-box .detail .portrait-box .portrait {
- width: 130rpx;
- height: 100%;
- border: 5rpx solid #fff;
- border-radius: 50%;
- }
- .user-info-box .detail .info-box {
- margin-left: 20rpx;
- line-height: 1.5;
- }
- .user-info-box .detail .info-box .username {
- font-size: 38rpx;
- height: 100%;
- }
- .user-info-box .detail .info-box .username .vipTip {
- font-size: 24rpx;
- }
- .user-info-box .detail .info-box .username .vipTip image {
- height: 35rpx;
- width: 35rpx;
- }
- .user-info-box .config {
- font-size: 48rpx;
- height: 130rpx;
- }
- .cover-container {
- margin-top: -110rpx;
- position: relative;
- padding: 0 30rpx 20rpx;
- }
- .cover-container .arc {
- position: absolute;
- left: 0;
- top: -34rpx;
- width: 100%;
- height: 36rpx;
- }
- .item-box {
- border-radius: 20rpx;
- margin-top: 20rpx;
- background-color: #fff;
- }
- .item-box .box-title {
- line-height: 1;
- padding: 30rpx;
- border-bottom: 1px solid #f5f5f5!important;
- }
- .item-box .box-title .title {
- font-size: 32rpx;
- font-weight: 700;
- color: #666;
- }
- .item-box .box-title .link {
- font-size: 26rpx;
- color: #909399;
- }
- .item-box .order-section {
- padding: 28rpx 0;
- -webkit-box-pack: start;
- justify-content: flex-start;
- }
- .item-box .order-section .order-item {
- width: 25%;
- height: 120rpx;
- border-radius: 10rpx;
- font-size: 24rpx;
- color: #303133;
- }
- .item-box .order-section .iconfont {
- font-size: 48rpx;
- margin-bottom: 18rpx;
- color: #fa436a;
- }
- .item-box .order-section .icon-shouhoutuikuan {
- font-size: 44rpx;
- }
- .item-box .order-section .icon {
- height: 50rpx;
- width: 48rpx;
- margin-bottom: 18rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- background-position: 50%;
- }
- .item-box .order-section .icon .icon-img {
- width: 100%;
- height: 100%;
- }
- .history-section {
- margin-top: 20rpx;
- background: #fff;
- border-radius: 10rpx;
- }
- .history-section .sec-header {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- font-size: 28rpx;
- color: #303133;
- line-height: 40rpx;
- margin-left: 30rpx;
- padding-top: 30rpx;
- }
- .history-section .sec-header .iconfont {
- font-size: 44rpx;
- color: #fd5b23;
- margin-right: 16rpx;
- line-height: 40rpx;
- }
- .history-section .h-list {
- white-space: nowrap;
- padding: 30rpx 30rpx 0;
- }
- .history-section .h-list image {
- display: inline-block;
- width: 160rpx;
- height: 160rpx;
- margin-right: 20rpx;
- border-radius: 10rpx;
- }
|