label.wxss 121 B

12345678910
  1. .textarea {
  2. width: 100%;
  3. z-index: 999;
  4. bottom: 0;
  5. background: #aaa
  6. }
  7. .textarea textarea {
  8. background: #666
  9. }