123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- page {
- background: #F6F6F6;
- }
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding-bottom: 50rpx;
- }
- .head {
- width: 100%;
- min-height: 370rpx;
- display: flex;
- background: linear-gradient(180deg, #FFF7F2 60%, #F6F6F6);
- padding: 0 24rpx 0;
- box-sizing: border-box;
- }
- .avatar {
- width: 122rpx;
- height: 122rpx;
- border-radius: 50%;
- border: 2px solid #fff;
- box-sizing: border-box;
- margin-right: 36rpx;
- }
- .head-sidebar {
- flex: 1;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .head-sidebar-top {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .head-sidebar-column {
- flex: 1;
- height: 122rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .my-tag {
- width: fit-content;
- min-width: 158rpx;
- height: 40rpx;
- line-height: 40rpx;
- background: url(../../static/bg-5.png) no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FF6D00;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .my-tag>image {
- width: 28rpx;
- height: 28rpx;
- margin-right: 2rpx;
- }
- .head-btn-box {
- display: flex;
- align-items: center;
- }
- .head-btn-box>button {
- display: flex;
- align-items: center;
- margin-right: 20rpx;
- border-radius: initial;
- }
- .head-btn-box>button:last-child {
- margin-right: 0;
- }
- .head-btn-box>button>image {
- width: 44rpx;
- height: 44rpx;
- }
- .my-name {
- color: #333333;
- font-size: 34rpx;
- font-weight: bold;
- }
- .content-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 0 24rpx 60rpx;
- box-sizing: border-box;
- margin-top: -200rpx;
- }
- .card {
- width: 100%;
- display: flex;
- flex-direction: column;
- margin-bottom: 20rpx;
- }
- .card-top {
- width: 100%;
- height: 82rpx;
- border-radius: 16rpx 16rpx 0 0;
- display: flex;
- background-color: #FDE4D0;
- }
- .card-top-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #333333;
- font-size: 28rpx;
- position: relative;
- }
- .card-top-item::after {
- content: "";
- width: 1px;
- height: 42rpx;
- background-color: #FFC7AC;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -21rpx;
- }
- .card-top-item text {
- font-weight: bold;
- margin-left: 20rpx;
- }
- .card-bottom {
- width: 100%;
- height: 162rpx;
- background-color: #FFFFFF;
- border-radius: 4rpx 0 16rpx 16rpx;
- display: flex;
- align-items: center;
- }
- .card-bottom-item {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .card-bottom-item text:first-child {
- color: #333333;
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 18rpx;
- }
- .card-bottom-item text:last-child {
- color: #747474;
- font-size: 28rpx;
- }
- .my-module {
- width: 100%;
- display: flex;
- flex-direction: column;
- border-radius: 12rpx;
- background-color: #FFFFFF;
- margin: 0 0 20rpx 0;
- padding: 26rpx 28rpx 0;
- box-sizing: border-box;
- }
- .my-top {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 50rpx;
- }
- .my-top-name {
- color: #333333;
- font-size: 30rpx;
- }
- .all-btn {
- display: flex;
- align-items: center;
- color: #747474;
- font-size: 24rpx;
- }
- .all-btn>image {
- width: 10rpx;
- margin-left: 10rpx;
- }
- .my-order-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .my-order-item {
- width: 20%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #333333;
- font-size: 30rpx;
- position: relative;
- margin-bottom: 36rpx;
- }
- .num {
- width: fit-content;
- position: absolute;
- right: 19rpx;
- top: -3rpx;
- background-color: #FF0000;
- border-radius: 50%;
- min-width: 26rpx;
- height: 26rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 20rpx;
- color: #fff;
- }
- .my-order-item-img {
- width: 56rpx;
- height: 56rpx;
- margin-bottom: 22rpx;
- }
- .my-nav-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 18rpx;
- }
- .my-nav-item {
- width: 25%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #333333;
- font-size: 28rpx;
- margin-bottom: 40rpx;
- }
- .my-nav-item-img {
- width: 66rpx;
- height: 66rpx;
- margin-bottom: 22rpx;
- }
|