export default function () { return ` /*这样注释可以*/ .title { width: 100%; font-weight: 500; font-size: 26px; color: #000000; text-align: center; } .code-title { width: 100%; height: 16px; margin-top: 10px; font-weight: 400; font-size: 12px; color: #000000; text-align: center; } .code-code { width: 100%; font-weight: 500; font-size: 40px; color: #373839; letter-spacing: 2px; text-align: center; } .code-wait { width: 100%; height: 18px; font-weight: 400; font-size: 15px; color: #5F6062; text-align: center; font-style: normal; } .qrcode-code { width: 160px; height: 160px; margin: 0 auto; margin-top: 8px; } .qrcode-text { width: 100%; margin-top: 6px; height: 14px; font-weight: 400; font-size: 12px; color: #717172; text-align: center; } .line { margin-bottom: 8px; width: 100%; height: 10px; border-borrom: 1px solid #D1D2D2; } .cell { width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; height: 36px; margin-bottom: 5px; } .cell-label { width: 80px; font-family: Alibaba PuHuiTi, Alibaba PuHuiTi; font-weight: 400; font-size: 15px; color: #3C3E3F; text-align: left; } .cell-value { width: 180px; font-family: Alibaba PuHuiTi, Alibaba PuHuiTi; font-weight: 400; font-size: 15px; color: #5F6062; text-align: right; font-style: normal; text-transform: none; } .over-line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } `; }