/* packageE/community_buying/business_info/business_info.wxss */ view, text { box-sizing: border-box; } .header { background-color: #fff; padding: 0.938rem 1rem 0.2rem; } .header .container { width: 100%; height: 7.063rem; background-color: #f14e4e; box-shadow: 0 0.156rem 0.406rem 0 rgba(3, 0, 0, 0.32); color: #fff; display: flex; align-items: center; padding-left: 0.969rem; border-radius: 0.625rem; position: relative; } .header .container .buyInfo { position: absolute; top: 1.344rem; right: 0; font-size: 0.75rem; color: #f15353; width: 3.888rem; height: 1.375rem; padding-left: 0.625rem; line-height: 1.375rem; background-color: #fff; border-radius: 0.68rem 0 0 0.68rem; } .header .container .face { width: 3.313rem; height: 3.313rem; background-color: #1a1e27; border-radius: 50%; border: solid 0.125rem #b8b9ba; } .header .container .face image { width: 3.313rem; height: 3.313rem; background-color: #1a1e27; border-radius: 50%; border: solid 0.125rem #b8b9ba; } .header .container .desc { padding-left: 1.219rem; } .notice { display: flex; padding: 0.93rem 1.25rem 0.93rem 0.93rem; background-color: #fff; } .notice text { color: #f15353; font-size: 36rpx; } .wrapper { background-color: #fff; margin-top: 0.625rem; padding-top: 0.938rem; padding-left: 0.938rem; padding-bottom: 3rem; min-height: calc(100% - 11rem); } .wrapper .h2 { display: flex; align-items: center; } .wrapper .h2 .iconfont { color: #f14e4e; font-size: 50rpx; } .wrapper .h2 .iconfont.icon-business { font-size: 40rpx; } .wrapper .h2 .name { font-size: 1.063rem; margin-left: 0.5rem; color: #202020; } .wrapper .h2.h2-business { margin-top: 1.5rem; } .wrapper .quality image { width: 12.5rem; height: 9.375rem; } .wrapper .business image { width: 6.25rem; height: 6.25rem; margin-right: 0.625rem; } .notice .notice-main { flex: 1; overflow: hidden; }