123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- page {
- background-color: #f7f7f7;
- height: 96%;
- }
- .back {
- height: 100%;
- padding: 0;
- /*background: #fff;*//*margin: 0 12px;*//*box-shadow: 0px 0px 12px rgba(251, 109, 157, 0.12);*//*border-radius: 12px;*/
- }
- .user-logo {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 180px;
- }
- .login-all {
- width: 100%;
- background: url('https://ymgjapi.726p.com//icon/maicon/my-back.png') no-repeat;
- background-size: 100% 200px;
- }
- .back .userinfo-avatar {
- border-radius: 50%;
- width: 50px;
- height: 50px;
- }
- .back .userinfo-nickname {
- width: 100%;
- padding-top: 9px;
- text-align: center;
- font-size: 16px;
- color: #ff6aa5;
- font-family: PingFangSC;
- }
- /*我的列表*/
- .content-list {
- display: flex;
- flex-direction: column;
- width: 90%;
- margin: auto;
- }
- .content-list .list-set {
- /*flex: 1;*/
- position: relative;
- height: 52px;
- overflow: hidden;
- border-bottom: 1rpx solid rgba(255, 106, 166, 0.2);
- }
- .content-list .list-set .list-item{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 104rpx;
- width: 100%;
- }
- .content-list .list-set .icon {
- flex: 0 0 48rpx;
- height: 48rpx;
- }
- .content-list .list-set .set_list_text {
- flex: 1 1 100px;
- color: #838382;
- font-size: 14px;
- padding-left: 10px;
- }
- .content-list .list-set .icon_list_01 {
- background: url('https://ymgjapi.726p.com/icon/maicon/period-set@3x.png') no-repeat;
- background-size: 48rpx 48rpx;
- }
- .content-list .list-set .icon_list_02 {
- background: url('https://ymgjapi.726p.com/icon/maicon/my-record@3x.png') no-repeat;
- background-size: 48rpx 48rpx;
- }
- .content-list .list-set .icon_list_03 {
- background: url('https://ymgjapi.726p.com/icon/maicon/advice@3x.png') no-repeat;
- background-size: 48rpx 48rpx;
- }
- .content-list .icon_list_goto {
- margin-top: 22rpx;
- flex: 0 0 30rpx;
- background: url('https://ymgjapi.726p.com/icon/maicon/goto@3x.png') no-repeat;
- background-size: 30rpx 30rpx;
- }
- .text-btn {
- position: absolute;
- top: 0px;
- z-index: 100;
- width: 100%;
- height: 52px;
- background-color: rgba(255, 255, 255, 0);
- }
- .text-btn::after {
- border: none;
- }
|