.user-edit { height: 100vh; background: #f3f3f3; .user-edit-portrait { font-size: 22px; font-weight: 400; color: #ababab; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: white; height: 300px; } .user-edit-portrait image { width: 170px; height: 170px; border-radius: 50%; overflow: hidden; object-fit: cover; margin-bottom: 15px; } .user-edit-content { background-color: white; margin-top: 24px; padding: 0 30px; } .customer_service { width: 750px; height: 160px; background: #ffffff; margin-top: 24px; display: flex; align-items: center; padding: 0 43px; box-sizing: border-box; .customer_service_image { height: 90px; width: 90px; border-radius: 50%; margin-right: 32px; border: 4px solid #dfdfdf; } .customer_service_name_and_phone { flex: 1; .customer_service_name { display: flex; align-items: center; text { &:nth-child(1) { font-size: 32px; font-weight: 500; color: #000000; } &:nth-child(2) { width: 148px; height: 30px; line-height: 30px; background: linear-gradient(125deg, #323534 0%, #0b0d0c 100%); border-radius: 4px; font-size: 22px; color: #fdddb3ff; padding: 5px 10px; border-radius: 4px; text-align: center; margin-left: 16px; } } } .customer_service_phone { font-size: 28px; color: rgba(0, 0, 0, 0.4); margin-top: 8px; } } .customer_service_button { width: 140px; height: 56px; border-radius: 30px; border: 1px solid #337fff; color: #337fff; display: flex; font-size: 28px; display: flex; align-items: center; justify-content: center; text { margin-left: 10px; } } } .user-edit-content-title { font-size: 26px; font-weight: 700; color: #000000; padding: 40px; } .user-edit-content-title text { margin-right: 10px; } .user-edit-content-phone { font-size: 26px; font-weight: 400; color: #000000; display: flex; justify-content: space-between; } .user-edit-content-phone text { font-size: 24px; font-weight: 400; color: #ababab; } .user-edit-content-bindphone { padding: 0; width: auto; height: auto; margin: 0; background: none; border: 0; text-align: left; font-size: 26px; font-weight: 400; color: #ababab; } .user-edit-content-bindphone::after { border: 0; } .user-edit-content-company { width: 118px; height: 40px; background: #dddddd; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 400; color: #707070; } .user-edit-content-company, .user-edit-content-company-adopt { background: #cdf3df; color: #07c160; } .user-edit-content-company text { margin-left: 5px; } .user-edit-content-company.user-edit-content-company-auth { background-color: #cdf3df; color: #07c160; } .user-edit-list { height: 90px; display: flex; align-items: center; border-bottom: 2px solid #f0f0f0; } .user-edit-list:last-of-type { border: none; } .user-edit-list-left { width: 120px; border-right: 2px solid #f3f3f3; margin-right: 30px; padding-right: 10px; font-size: 28px; font-weight: 400; color: #000000; } .user-edit-list-right { display: flex; justify-content: space-between; align-items: center; flex: auto; font-size: 26px; font-weight: 400; color: #000000; } .user-edit-list-right > view { flex: 1; } .user-edit-list-right-placeholder { color: #cccccc; } .user-edit-list-right .icon-a-moreback { font-size: 30px; } .user-edit-logout { width: 668px; height: 82px; background: #ffffff; border: 2px solid #cde5ff; border-radius: 40px; // margin: 359px auto 0; position: fixed; left: 50%; bottom: 50px; transform: translateX(-50%); font-size: 32px; font-weight: 400; text-align: center; color: $color_main; } }