| 123456789101112131415161718192021222324252627282930313233343536 |
- /* pages/bind-phone/index.wxss */
- .bind-phone-container{
- padding: 50px 10px;
- }
- .sg-row {
- margin: 10px 0;
- }
- .btn-area {
- margin: 20px 0;
- }
- .bind-phone-avatar-wrapper {
- width: 65px;
- height: 65px;
- border-radius: 65px;
- 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;
- background-color:#fb4943;
- }
- .btn-area .submit-btn{
- background-color: black;
- }
|