index.wxss 233 B

12345678910111213141516171819
  1. .ipt {
  2. width: 100%;
  3. }
  4. .ipt-hold {
  5. color: #969799;
  6. }
  7. .edit-btn button {
  8. background-color: #ffffff;
  9. font-size: 28rpx;
  10. line-height: 100rpx;
  11. border-radius: 0;
  12. font-weight: bold;
  13. }
  14. .edit-btn button::after {
  15. border: 0;
  16. }