1、小手:style="cursor: pointer;" 

2、滚动条:style="height: 1oopx;overflow: auto;";

3、文本框不可操作: disabled="disabled"  不用放在style中

     <input type="text" name="email" >

4、<textarea placeholder="用户没有输入显示此内容,用户输入显示用户内容"></textarea>

5、让头像变成圆的 border-radius: 50%;

 <img src="/img/Quality8.jpg" class="fl" style="width: 157px; height: 157px; border-radius: 50%; " />

 

相关文章:

  • 2021-11-19
  • 2022-02-10
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-09-09
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案