| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .UserSettingShow {
- width: 700px !important;
- min-width: 700px !important;
- min-height: 790px;
- background: rgba(255, 255, 255, 1);
- .titleArea {
- width: 100%;
- height: 28px;
- opacity: 1;
- font-size: 20px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- text-align: center;
- color: #191c2c;
- line-height: 28px;
- margin: 45px 0;
- }
- .bodyArea {
- width: 700px;
- margin: 0 auto;
- .selectList {
- padding: 0 30px;
- .cell {
- position: relative;
- height: 70px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- border-bottom: 1px solid #e9ecee;
- // box-shadow: 0px 0px 0px 0px #e9ecee inset;
- .cell-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .left {
- display: flex;
- flex-direction: column;
- justify-content: center;
- .name {
- height: 20px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #191c2c;
- line-height: 20px;
- }
- .tips {
- height: 17px;
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #929aa4;
- line-height: 17px;
- }
- }
- .right {
- .el-radio {
- line-height: 1.41;
- }
- }
- }
- .cell-extend {
- position: relative;
- .password-extend {
- margin-top: 13px;
- display: flex;
- align-items: center;
- .password-content {
- width: 125px;
- height: 37px;
- line-height: 37px;
- background: #f2f2f2;
- border-radius: 4px;
- opacity: 1;
- font-size: 18px;
- font-family: SFProDisplay, SFProDisplay-Medium;
- font-weight: 500;
- text-align: center;
- color: #929aa4;
- letter-spacing: 4px;
- }
- .change-btn {
- margin-left: 12px;
- height: 21px;
- opacity: 1;
- font-size: 15px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #308eff;
- line-height: 21px;
- cursor: pointer;
- }
- }
- }
- }
- .cell-password {
- height: 120px;
- }
- }
- .submitButton {
- margin: 24px 0;
- display: flex;
- align-items: center;
- height: 55px;
- justify-content: center;
- .right {
- margin-left: 17px;
- width: 153px;
- height: 46px;
- background: rgba(48, 142, 255, 1);
- box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
- border-radius: 2px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- p {
- height: 20px;
- font-size: 14px;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- line-height: 20px;
- }
- }
- }
- }
- }
|