123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- /* pages/ucenter/index/index.wxss */
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .title {
- background-color: #2483c0;
- width: 100%;
- height: 88rpx;
- }
- .container {
- background: #f4f4f4;
- height: auto;
- overflow: hidden;
- width: 100%;
- }
- .user_text {
- width: 100%;
- background: #fff;
- padding: 40rpx;
- }
- .user_text.active {
- background: #ebebeb;
- }
- .userAvatarUrl {
- height: 70rpx;
- width: 69rpx;
- border-radius: 50%;
- display: block;
- margin: 11rpx 30rpx;
- float: right;
- overflow: hidden;
- }
- .userAvatarUrl image {
- height: 70rpx;
- width: 69rpx;
- }
- text {
- display: block;
- font-size: 32rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #545253;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 32rpx;
- height: 32rpx;
- min-height: 32rpx;
- }
- text.bold {
- font-size: 48rpx;
- line-height: 48rpx;
- height: 48rpx;
- min-height: 48rpx;
- margin: 0 0 20rpx 30rpx;
- }
- .h1 {
- margin: 0 0 0 30rpx;
- font-size: 24rpx;
- line-height: 24rpx;
- height: 24rpx;
- min-height: 24rpx;
- color: #959595;
- }
- .user-menu {
- width: 100%;
- height: auto;
- overflow: hidden;
- background: #f4f4f4;
- }
- .zan-panel {
- position: relative;
- background: #fff;
- overflow: hidden;
- }
- .zan-cell {
- position: relative;
- padding: 40rpx 30rpx;
- display: flex;
- align-items: center;
- }
- .zan-cell.active {
- background: #ebebeb;
- }
- .zan-icon {
- margin-right: 30rpx;
- }
- .zan-icon.charginglog {
- width: 36rpx;
- height: 38rpx;
- }
- .zan-icon.charginglog image {
- display: block;
- width: 36rpx;
- height: 38rpx;
- }
- .zan-icon.chargemoneylog {
- margin-right: 27rpx;
- width: 39rpx;
- height: 33rpx;
- }
- .zan-icon.chargemoneylog image {
- display: block;
- width: 39rpx;
- height: 33rpx;
- }
- .zan-icon.purse {
- margin-right: 31rpx;
- width: 35rpx;
- height: 29rpx;
- }
- .zan-icon.purse image {
- display: block;
- width: 35rpx;
- height: 29rpx;
- }
- .zan-icon.help {
- margin-right: 32rpx;
- width: 34rpx;
- height: 34rpx;
- }
- .zan-icon.help image {
- display: block;
- width: 34rpx;
- height: 34rpx;
- }
- .zan-icon.notice {
- margin-right: 38rpx;
- width: 28rpx;
- height: 36rpx;
- }
- .zan-icon.notice image {
- display: block;
- width: 28rpx;
- height: 36rpx;
- }
- .zan-icon.charging3 {
- margin-right: 34rpx;
- width: 32rpx;
- height: 32rpx;
- }
- .zan-icon.charging3 image {
- display: block;
- width: 32rpx;
- height: 32rpx;
- }
- .zan-icon.monitor {
- margin-right: 30rpx;
- width: 36rpx;
- height: 36rpx;
- }
- .zan-icon.monitor image {
- display: block;
- width: 36rpx;
- height: 36rpx;
- }
- .zan-icon.worksheet {
- margin-right: 38rpx;
- width: 28rpx;
- height: 36rpx;
- }
- .zan-icon.worksheet image {
- display: block;
- width: 28rpx;
- height: 36rpx;
- }
- .zan-text{
- width:100%;
- }
- .zan-ft{
- margin: 0;
- width: 14rpx;
- height: 24rpx;
- }
- .zan-ft image{
- display: block;
- width: 14rpx;
- height: 24rpx;
- /*transform:rotate(180deg);*/
- }
- .logout {
- margin-top: 20rpx;
- height: 101rpx;
- width: 100%;
- line-height: 101rpx;
- text-align: center;
- background: #fff;
- color: #666;
- font-size: 14px;
- }
- .logout.active {
- background: #ebebeb;
- }
- .footer{
- width: 100%;
- position: absolute;
- bottom: 0rpx;
- text-align: center;
- margin:30rpx 0rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .footer text{
- margin-top: 20rpx;
- }
|