1 |
- #sms-top { width:100%;background:#fff; } .sms-top-sec { display:flex;align-items:center; flex-direction:row; height:52px; padding:0 15px; } #sms-top-phone { border-bottom:1px solid rgb(228,228,228); } .sms-ts-img { display:flex;align-items:center; } .sms-ts-img image{ height:25px;width:20px; margin-right:16px; } .sms-ts-input { flex:1; } .sms-ts-btn { min-width:100px; text-align:right;font-size:14px; color:#888; padding: 10px 0; } .sms-ts-btn-enable { color: #2d72f1; }
|