|
123456789101112131415161718192021222324252627282930313233 |
- .bind{
- background-color: #3d434f;
- color: #fff;
- font-size: 0.18rem;
- text-align: center;
- padding: 0.15rem;
- border-radius: 0.03rem;
- margin-top: 0.25rem;
- }
- .input_focus{
- box-shadow: 0 0 4px 0 rgba(147, 220, 211, 0.5);
- border: solid 1px rgba(147, 220, 211, 0.5);
- }
- .input_blur{
-
- border: solid 1px #e5e5e5;
- }
- .mengban{
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9;
- background-color: rgba(0, 0, 0, 0.8);
- }
- .alert_success{
- width: 2.7rem;
- height: 1.45rem;
- background-color: rgb(253, 253, 253);
- margin: 1.8rem auto 0;
- border-radius:0.06rem;
- }
|