| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- button::after {
- border: none;
- /* background-color: none; */
- }
- .u-icon__icon {
- font-size: 35rpx !important;
- font-weight: bold !important;
- }
- .u-title {
- color: #000000 !important;
- }
- .u-navbar-fixed {
- background: none !important;
- }
- page {
- background: #F5F5F5;
- }
- .bg {}
- .logins {
- border: none;
- background: #F8501F;
- color: #fff;
- width: 200rpx;
- margin: 70rpx 20rpx;
- height: 70rpx;
- line-height: 70rpx;
- }
- .content {
- background: linear-gradient(0deg, #F5F5F5 0%, #fed9ba 100%);
- width: 100%;
- }
- /* 顶部 */
- .header {
- width: 100%;
- height: 200rpx;
- display: flex;
- }
- .head_image {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .head_image image {
- width: 90rpx;
- height: 90rpx;
- }
- .head_name {
- flex: 4;
- position: relative;
- margin-left: -14rpx;
- }
- .name {
- position: absolute;
- top: 65rpx;
- }
- .approve {
- position: absolute;
- top: 100rpx;
- font-size: 24rpx;
- color: #999999;
- }
- /* 用户信息 */
- .user_box {
- display: flex;
- height: 210rpx;
- position: relative;
- top: -15rpx;
- padding: 0 20rpx;
- }
- .box {
- flex: 1;
- /* margin-left: 40rpx; */
- margin-top: 40rpx;
- }
- .user_price {
- font-size: 44rpx;
- margin-top: 10rpx;
- }
- .user_price text {
- font-size: 21rpx;
- margin-left: 10rpx;
- }
- .user_tit {
- color: #B3B3B3;
- font-size: 21rpx;
- margin-top: 10rpx;
- }
- .u-section__title {
- font-weight: 500 !important;
- color: #333333 !important;
- font-size: 14px !important;
- padding-left: 10px;
- }
- /* 我的列表 */
- .mylist {
- width: 93%;
- margin: 0 auto;
- background-color: #FFFFFF;
- margin-top: 10rpx;
- border-radius: 23rpx;
- }
- .list_box {
- width: 90%;
- margin: 0 auto;
- display: flex;
- height: 95rpx;
- }
- .list_left {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .list_img {
- margin-right: 10rpx;
- margin-top: 10rpx;
- }
- .list_img image {
- width: 32rpx;
- height: 32rpx;
- }
- .list_name {
- font-size: 25rpx;
- letter-spacing: 2rpx;
- }
- .list_right {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .list_right image {
- width: 12rpx;
- height: 20rpx;
- }
- .bott {
- background: red;
- color: #ffffff;
- padding: 5rpx 10rpx;
- border-radius: 60%;
- font-size: 23rpx;
- margin-right: 15rpx;
- }
|