123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .zan-col {
- line-height: 30px;
- text-align: center;
- font-size: 14px;
- border-right: 1px solid #eee;
- }
- .my-statistics {
- padding: 10px 0;
- }
- .my-menu .zan-cell__icon {
- width: 30px;
- text-align: center;
- font-size: 16px;
- }
- .my-menu .zan-cell {
- padding: 10px 15px;
- }
- .header {
- width: 100%;
- overflow: hidden;
- background: #de3639;
- position: fixed;
- top: 0;
- z-index: 99;
- }
- .header .avatar {
- border-radius: 50%;
- overflow: hidden;
- width: 80px;
- height: 80px;
- text-align: center;
- background: #fff;
- margin: 15px auto;
- border: 2px solid #fff;
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
- }
- .header .avatar image {
- width: 100%;
- height: 100%;
- }
- .header .account {
- color: #fff;
- text-align: center;
- }
- .header .account .nickname{
- margin: 15rpx 0;
- }
- .zan-cell__icon .fa-stack {
- height: 1.4em;
- width: 1.4em;
- line-height: 1.4em;
- }
- .zan-cell__icon .fa-stack-2x {
- font-size: 1.4em;
- }
- .zan-cell__icon .fa-stack-1x {
- font-size: 0.6em;
- }
- .my-statistics {
- padding: 15px 0;
- }
- .my-statistics .weui-flex__item {
- padding: 10px 20px;
- border-right: 1px solid #eee;
- text-align: center;
- }
- .my-statistics .weui-flex__item:last-child {
- border-right: none;
- }
- .btn-auth {
- background-color: #fff;
- }
- .user-level {
- display: flex;
- justify-content: center;
- }
- .user-level .level {
- border-radius: 100rpx;
- background-color: #e3efff;
- color: #3388FF;
- border: 1px solid #63a3fc;
- font-size: 22rpx;
- padding: 6rpx 12rpx;
- }
|