/* packageE/community_buying/index/index.wxss */ .header { width: 100%; height: 6.656rem; background-color: #ee2e2b; position: relative; } .header .content { display: flex; padding-top: 1.388rem; padding-left: 1.531rem; } .header .content .face { width: 2.875rem; height: 2.875rem; border-radius: 50%; background-color: #000; } .header .content .face image { width: 2.875rem; height: 2.875rem; border-radius: 50%; background-color: #000; } .header .content .name { padding-left: 0.625rem; color: #fff; font-size: 1rem; } .header .desc { position: absolute; bottom: 0; width: 100%; height: 1.75rem; line-height: 1.75rem; padding-left: 1.563rem; background-color: #f14e4e; color: #fff; font-size: 0.75rem; } .items { margin-top: 0.625rem; background: #fff; } .items .item { height: 2.75rem; display: flex; align-items: center; padding: 0 1rem; border-bottom: 0.031rem solid #f2f2f2; } .items .item .name { flex: 1; font-size: 0.938rem; color: #333; padding-left: 0.563rem; } .items .item .iconfont { color: #cdcdd7; }