method: Take less in the actual project as an example: .lk-toolbar { .el-input { width: 169px; margin-right: 10px; } > * { margin-bottom: 20px; } } The above code successfully implements the margin-bottom: 20px of all sub-elements under .lk-toolbar This avoids the idiotic task of listing all possible sub-element types: .lk-toolbar { .el-input { width: 169px; margin-right: 10px; margin-bottom: 20px; } .el-button, .el-date-editor { margin-bottom: 20px; } } Application scenarios (effects): Insights (nonsense): At first I wondered if there was such a selector in CSS to select all child elements. Later I looked at the documentation and found that although there was no such selector, the most basic method has been told to you, and the rest depends on your own luck (see if you can use it flexibly!) Tutorial OS: "The methods are all here. It's up to you whether you can use them or not." This concludes this article on how to select all child elements and add styles with CSS. For more information on adding styles to child elements with CSS, please search previous articles on 123WORDPRESS.COM or continue browsing the related articles below. We hope that everyone will support 123WORDPRESS.COM in the future! |
<<: Some common properties of CSS
>>: Implementation code for adding links to FLASH through HTML (div layer)
vue+el-upload multiple files dynamic upload, for ...
This article shares the specific code for JavaScr...
Table of contents Combining lookahead and lookbeh...
1. Native network request 1. XMLHttpRequest (w3c ...
There are three types of MySQL stored procedure p...
1: Download from mysql official website https://d...
In the hive installation directory, enter the con...
Article Structure 1. Preparation 2. Install Java ...
Preface For security reasons, the root user of My...
In the past few years, DIV+CSS was very popular in...
Recently, a database in the production environmen...
Preface The service has been deployed on MySQL fo...
In actual web page development, accordions also a...
1. Introduction The telnet command is used to log...
Table of contents Basic Types any type Arrays Tup...