123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- /**index.wxss**/
- .my_applisation navigator {
- display: inline-block;
- width: 100%;
- }
- .logo_img, .ellipse_border .userinfo-btn{
- width: 60px;
- height: 60px;
- margin: auto;
- display: block;
- position: relative;
- border: 6px solid #fff;
- border-radius: 50%;
- top: 18px;
- }
- .ellipse_border .userinfo-btn{
- padding: 0px;
- box-sizing: content-box;
- background: url('http://m.henhaojie.com/images/KX0004.png') no-repeat;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
- }
- .backfff {
- background-color: #fff;
- }
- .top {
- width: 100%;
- height: 24px;
- background-color: #ffcf00;
- }
- .ellipse_border {
- display: block;
- width: 100%;
- height: auto;
- background: url('https://chaoshi.henhaojie.com/icon/bg@2x.png') no-repeat;
- background-size: 100% 100%;
- }
- .user_id {
- width: 100%;
- /* align-items: center; */
- text-align: center;
- font-size: 14px;
- font-family: PingFangSC-Regular;
- color: rgba(102, 102, 102, 1);
- display: block;
- margin-top: 20px;
- /* line-height: 1rem; */
- }
- /*我的列表*/
- .top_hr {
- border-top: 1rpx solid #E5E5E5;
- border-bottom: 1rpx solid #E5E5E5;
- }
- .content_list {
- margin-top: 40px;
- width: 100%;
- display: block;
- }
- .content_list .my_applisation {
- width: 100%;
- height: 54px;
- display: block;
- line-height: 54px;
- }
- .content_list .my_applisation .my_list_01 {
- float: left;
- display: inline-block;
- /*width: 96rpx;*//*height: 96rpx;*/
- background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
- background-size: 750rpx 400rpx;
- background-position: 0 -354rpx;
- /* background-color: #ccc; */
- }
- .top_content_list {
- margin-top: 10px;
- border-top: 1rpx solid #E5E5E5;
- border-bottom: 1rpx solid #E5E5E5;
- }
- .border_bottom_hr {
- border-bottom: 1rpx solid #e5e5e5;
- }
- .border_top_hr {
- border-top: 1rpx solid #e5e5e5;
- }
- .mine .my_applisation {
- font-size: 0px;
- }
- .mine .my_applisation .my_list_text {
- display: inline-block;
- font-size: 14px;
- }
- .mine .my_applisation .icon {
- display: inline-block;
- margin: 30rpx 20rpx 0 20rpx;
- width: 48rpx;
- height: 48rpx;
- /* background-color: #ccc; */
- }
- .mine .my_applisation .my_list_01 {
- background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
- background-size: 750rpx 400rpx;
- background-position: 5rpx -354rpx;
- }
- .mine .my_applisation .my_list_02 {
- margin: -26rpx 20rpx 0 20rpx;
- background: url('https://chaoshi.henhaojie.com/icon/question@3x.png') no-repeat;
- background-size: 100% 100%;
- }
- .mine .my_applisation .my_list_03 {
- margin: -26rpx 20rpx 0 20rpx;
- background: url('https://chaoshi.henhaojie.com/icon/Feedback.png') no-repeat;
- background-size: 100% 100%;
- }
|