.tipBox { position: absolute; top: 0; right: 0; width: 240px; height: 260px; } .tipHeader { width: 100%; height: 40px; line-height: 40px; text-align: center; background-color: #372d83; } .tipBodyFirstPart { width: 100%; line-height: 10px; text-align: left; padding: 10px 15px 5px 15px; background-color: #465996; } .tipBodySecondPart { width: 100%; min-height: 5px; text-align: left; padding: 5px 15px 10px 15px; background-color: #465996; } .tipBodySecondPart table { width: 100%; } .tipBodySecondPart table tr td:not(:first-child) { text-align: center; font-size: 13px; } .triangle-left { position: absolute; top: 10px; left: -15px; width: 0; height: 0; border-top: 5px solid transparent; border-right: 15px solid #372d83; border-bottom: 5px solid transparent; }