/* packageH/installationSever/installationSeverExtension/installationSeverExtension.wxss */ view, text { box-sizing: border-box; } .head { width: 100%; height: 8.28rem; background-color: #ee2e2b; } .head .headMember { width: 100%; height: 5.63rem; display: flex; align-items: center; padding: 0 1.56rem; box-sizing: border-box; } .head .headMember .rright { flex: 1; display: flex; flex-direction: column; flex-shrink: 0; align-items: flex-start; } .head .headMember .rright .userName { width: 100%; font-size: 1rem; color: #fff; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .head .headMember .rright .userId { font-size: 0.75rem; color: #fff; padding: 0.34rem 0.5rem 0.3rem 0.5rem; background-color: #f36b69; border-radius: 0.83rem; margin-top: 0.53rem; } .head .headMember .imgbox { width: 2.88rem; height: 2.88rem; background-color: cornsilk; border-radius: 100%; margin-right: 0.63rem; } .head .headMember .imgbox image { width: 2.88rem; height: 2.88rem; border-radius: 100%; } .head .orderDetail { width: 100%; height: 2.66rem; background: #f36b69; display: flex; justify-content: space-around; align-items: center; color: #fff; } .head .orderDetail .num { text-align: center; } .title { color: #202020; font-size: 0.94rem; padding-left: 0.94rem; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-start; margin-top: 1rem; } .title .line { width: 0.13rem; height: 0.93rem; background-color: #ee2e2b; border-radius: 0.05rem; margin-right: 0.16rem; } .gridBox { display: flex; flex-wrap: wrap; margin: 1.4rem 0; } .gridBox .grid { width: 33%; margin-bottom: 2rem; text-align: center; } .gridBox .gridNmae { font-size: 0.75rem; color: #8c8c8c; } .gridBox .price { font-size: 1.13rem; color: #f15353; margin-bottom: 0.72rem; }