123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- @use "../theme.scss" as *;
- .clearfix {
- zoom: 1;
- display: block;
- }
- .fl {
- float: left;
- }
- .member_info_container {
- padding: 0 0 0 11px;
- float: left;
- width: 967px;
- .breadcrumb {
- //font-family: "MicroSoft yahei";
- width: 1007px;
- background-color: #f7f7f7;
- height: 28px;
- padding: 0 0 0 11px;
- margin-top: 10px;
- margin-bottom: 10px;
- overflow: hidden;
- line-height: 28px;
- vertical-align: baseline;
- }
- .member_info {
- border: 1px solid #eee;
- background-color: #fff;
- .form_item {
- padding: 37px 0 0 0px;
- line-height: 30px;
- margin-bottom: 20px;
- color: #333;
- img {
- border-radius: 50%;
- cursor: pointer;
- }
- #file {
- display: none;
- margin-left: 30px;
- vertical-align: top;
- margin-top: 22px;
- }
- .el-input__wrapper{
- padding: 0;
- .el-input__count-inner{
- padding-right: 8px;
- margin-right: 8px;
- }
- }
- .el-input__inner {
- height: 27px;
- width: 302px;
- line-height: 25px;
- outline: none;
- padding-left: 10px;
- border: 1px solid #dcdcdc;
- }
- #year,
- #month,
- #day {
- height: 25px;
- width: 65px;
- line-height: 25px;
- margin-right: 10px;
- }
- #birth label {
- margin-right: 10px;
- }
- #birth select {
- outline: none;
- border: 1px solid #dcdcdc;
- cursor: pointer;
- }
- #sex {
- input {
- margin-left: 6px;
- margin-top: 0;
- margin-right: 6px;
- vertical-align: sub;
- outline: none;
- }
- .el-radio__label {
- display: inline-block;
- width: 150px !important;
- padding-left: 10px;
- }
- }
- .tag_name {
- display: block;
- float: left;
- width: 110px;
- line-height: 60px;
- text-align: left;
- font-weight: 400;
- margin-right: 0;
- padding-left: 10px;
- text-transform: capitalize;
- }
- img {
- width: 60px;
- height: 60px;
- }
- }
- .memInfo_save {
- padding-left: 150px;
- margin-bottom: 50px;
- margin-top: 35px;
- button {
- background-color: $colorMain;
- color: #fff;
- border-color: $colorMain;
- text-transform: capitalize;
- }
- }
- }
- }
- .el-radio__input.is-checked .el-radio__inner {
- border-color: $colorMain;
- background: $colorMain;
- }
- .el-radio__input.is-checked + .el-radio__label {
- color: $colorMain;
- }
|