| 1234567891011121314151617181920212223242526272829 | 
							- /* pages/bind-phone/index.wxss */
 
- .sg-row {
 
-   margin: 10px 0;
 
- }
 
- .btn-area {
 
-   margin: 20px 0;
 
- }
 
- .bind-phone-avatar-wrapper {
 
-   width: 65px;
 
-   height: 65px;
 
-   border-radius: 50px;
 
-   overflow:hidden;
 
-   border:3px #e3e3e3 solid;
 
- }
 
- .bind-phone-avatar-container {
 
-   display: flex;
 
-   justify-content: center;
 
- }
 
- .bind-phone-dialog {
 
-   padding-top: 20px;
 
-   background-color: white;
 
-   border-radius: 5px;
 
- }
 
- .bind-phone-btn {
 
-   border-radius: 0;
 
- }
 
- .get-phone-btn button {
 
-   border-radius: 0;
 
- }
 
 
  |