.flexBox { display: flex; width: 200px; align-items: center; justify-content: flex-end; } .icon_shaixuan { color: #000; font-size: 35px; margin-right: 10px; } .shaixuan { margin-right: 32px; font-size: 28px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; } .popupBox { .topBox { display: flex; padding-left: 48px; .leftTop { .lefttopTitle { font-size: 28px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #000000; margin-bottom: 24px; } .lefttopSelectBox { display: flex; align-items: center; width: 319px; height: 68px; background: #E9E9E9; border-radius: 8px; opacity: 0.4; justify-content: space-between; margin-right: 16px; .lefttopSelectName { font-size: 28px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; margin-left: 24px; } .icon_more { margin-right: 24px; font-size: 30px; } } } } } .popupTwobox { padding-left: 40px; padding-right: 40px; .scrollview { height: 400px; .btnBox { margin-top: 40px; display: flex; flex-wrap: wrap; .itemBox { width: 213px; height: 80px; background: #f5f5f5; border-radius: 8px; font-size: 28px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000; line-height: 80px; text-align: center; margin-right: 16px; box-sizing: border-box; margin-bottom: 16px; flex-shrink: 0; } .activeitemBox { border-radius: 8px; flex-shrink: 0; font-family: PingFangSC-Regular, PingFang SC; line-height: 80px; text-align: center; width: 213px; height: 80px; font-size: 28px; color: #337FFF; margin-right: 16px; background: #e8effd; border: 1px solid #337FFF; margin-bottom: 16px; box-sizing: border-box; } .activeitemBox:nth-child(3n-0) { margin-right: 0px; } .itemBox:nth-child(3n-0) { margin-right: 0px; } } } } .order_list { height: calc(100vh - 160px); .bigBpx { height: 200px; } }