12345678910111213141516171819202122232425262728293031323334353637383940 |
- .sys-from {
- .ui-input .text.suffix .retouch .len {
- display: none;
- }
- padding-top: 10px;
- > * {
- margin-top: 30px;
- }
- > .input {
- width: 100%;
- }
- }
- .layer {
- width: 100%;
- width: 400px;
- position: relative;
- }
- .more {
- display: block;
- margin-top: 40px;
- text-align: center;
- font-size: 14px;
- a {
- cursor: pointer;
- }
- }
- .close {
- position: absolute;
- top: -20px;
- right: -10px;
- color: rgba(255, 255, 255, 0.7);
- font-size: 14px;
- cursor: pointer;
- }
|