@import "../../style/CommonStyle.module.less"; @import "../../style/utils.module.less"; .tHeader { width: 100%; height: 90px; color: #222; font-weight: bold; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; .title { width: 1788px; font-size: 42px; margin-left: 12px; } } .button { .size(@w: 60px, @h: 60px); background-size: 60px 60px; background-position: center; background-image: url("../../../assets/images/btn/btn-60-bk-back-nor@3x.png"); border: none; &:focus { border-radius: 7px; background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png"); box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4); } }