Special style

Specific style

  • Click to remove the background color
-webkit-top-highlight-color: rgba(0, 0, 0, 0);
  • Control of the editing area
::-webkit-datetime-edit
  • Control date of this area
::-webkit-datetime-edit-fields-wrapper
  • This is controlled by a slash or a dash between the date of
::-webkit-datetime-edit-text
  • Control month
::-webkit-datetime-edit-month-field
  • Control specific day
::-webkit-datetime-edit-day-field
  • Control characters, such as the 2017 piece place occupied by four letters
::-webkit-datetime-edit-year-field
  • This is a small control up and down arrows
::-webkit-inner-spin-button
  • This is a small drop-down arrow control
::-webkit-calendar-picker-indicator
  • This is a clear control button
::-webkit-clear-button
  • Multi-line overflow hidden, needs of a given width
width: 10em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

Guess you like

Origin www.cnblogs.com/tujw/p/12002898.html