.body { padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; .content { font-size: 12px; font-family: PingFang SC; font-weight: 500; color: #b7b7b7; line-height: 20px; } .tip { text-decoration: underline; } .logo { margin-bottom: 25px; width: 191px; height: 77.5px; } .slogan { margin-bottom: 20px; width: 262px; height: 196.5px; } .btn_login { width: 301px; height: 46px; background: #6471d9; border: 1px solid #6471d9; border-radius: 23px; font-size: 15px; font-family: PingFang SC; font-weight: 500; color: #ffffff; margin-bottom: 34px; margin-top: 10px; } .icon_q { width: 9.5px; height: 9.5px; } .tips { margin-top: 24px; text-align: center; img { width: 9.5px; height: 9.5px; margin-right: 6px; } } .info { display: flex; flex-direction: column; align-items: center; .phone { display: flex; margin-bottom: 5px; span { font-size: 21px; font-family: PingFang SC; font-weight: bold; color: #434343; } .icon_quote { width: 8px; height: 7.5px; display: inline-block; background: url("../img/icon_quote.png") no-repeat; background-size: cover; margin-right: 10px; } .rotate { transform: rotate(180deg); margin-left: 10px; margin-right: 0; } } .text { font-size: 16px; font-family: PingFang SC; font-weight: 500; color: #cacaca; } .score { font-size: 40px; font-family: Alibaba PuHuiTi; font-weight: 800; color: #ff7247; } .tags { display: flex; transform: scale(0.5); .tag { width: 124px; height: 43px; background: #eef0fc; border-radius: 44px; font-size: 22px; font-family: PingFang SC; font-weight: 500; color: #7986ff; display: flex; align-items: center; justify-content: center; position: relative; &:first-child { margin-right: 50px; } .tagNum { width: 36px; height: 19px; background: #ff662a; border-radius: 9px 8px 8px 4px; font-size: 14px; font-family: Alibaba PuHuiTi; font-weight: 800; font-style: italic; color: #ffffff; position: absolute; top: -6px; right: -22px; text-align: center; // transform: scale(0.5); } } } } } .show{ display: flex !important; } .dialog { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; display: none; left: 0; justify-content: center; align-items: center; width: 100%; height: 100%; .content { font-size: 14px; font-family: PingFang SC; font-weight: 500; color: #9f9f9f; padding: 0 58rpx; background: #fff; margin: 30px; padding: 20px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; .btn_close { margin-top: 20px; background: #6471d9; font-size: 14px; width: 80%; height: 35px; border-radius: 15px; border: 0; color: #fff; } } }