/* components/base/blockInfo/blockInfo.wxss */ .container-block{ width: 100%; margin-top: 30px; background: rgba(255,255,255,0); padding: 30px 0; text-align: center; } .total-container{ display: flex; width: 100%; 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; margin:20px 0 5px 0; background: cornflowerblue; } .block-uni-title{ font-weight: bold; background: cornflowerblue; font-size: 28px; margin-bottom: 10px; }