| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .accountFrom {
- padding: 30px;
- .textareaFormItem{
- margin-bottom: 10px;
- }
- .inputFormItem {
- .ifCustom {
- position: relative;
- display: flex;
- flex-direction: row;
- padding: 24px 0;
- color: #333;
- background-color: #FFF;
- margin-bottom: 1PX;
- position: relative;
- border-bottom: 1px solid rgba(212, 225, 235, 0.5);
- .iftitle {
- margin-right: 16px;
- width: 172px;
- font-size: 32px;
- line-height: 1.5;
- vertical-align: middle;
- text-align: left;
- }
- .ifvalue {
- width: 500px;
- line-height: 1.5;
- }
- .ifvalues {
- width: 500px;
- color: #CCC;
- line-height: 1.5;
- }
- }
- }
- .bottom {
- margin: 40px auto;
- }
- }
- .at-input {
- margin-left: 0;
- }
|