/* components/base/blockInfo/blockInfo.wxss */ .container-block{ width: 100vw; margin-top: 30px; background: rgba(255,255,255,0.8); padding: 10px; text-align: center; } .total-container{ display: flex; width: 100vw; font-weight: bold; } .block{ flex: 1; display: block; text-align: center; color:#ffffff; margin:2px; font-weight: bold; padding:10px; } .block-title{ font-weight: bold; background: cornflowerblue; } .block-uni-title{ font-weight: bold; background: cornflowerblue; font-size: 28px; margin-bottom: 10px; }