123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .container {
- padding-top: 180px;
- }
- .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 {
- height: 150px;
- width:100%;
- background: #de3639;
- position:fixed;
- top:0;
- z-index:99;
- }
- .header .avatar {
- border-radius: 50%;
- overflow: hidden;
- width: 100px;
- height: 100px;
- text-align: center;
- background: #fff;
- margin: 20px 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;
- }
- .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;
- }
|