| | |
| | | .chuany-justify-center { justify-content: center; } |
| | | .chuany-justify-between { justify-content: space-between; } |
| | | .chuany-justify-around { justify-content: space-around; } |
| | | .chuany-justify-evenly { justify-content: space-evenly; } |
| | | |
| | | .chuany-align-start { align-items: flex-start; } |
| | | .chuany-align-end { align-items: flex-end; } |
| | |
| | | .chuany-text-black, .line-black, .lines-black { color: #333333; } |
| | | .chuany-text-white, .line-white, .lines-white { color: #ffffff; } |
| | | .text-7f{ color: #7f7f7f; } |
| | | .text-69{ color: #696969; } |
| | | .text-69{ color: #696969 !important; } |
| | | /*背景颜色*/ |
| | | .coreshop-bg-red { background-color: #e54d42; color: #ffffff; } |
| | | .coreshop-bg-orange { background-color: #f37b1d; color: #ffffff; } |
| | |
| | | } |
| | | |
| | | .coreshop-f8 { background-color: #F8F8F8; } |
| | | .coreshop-ff { background-color: #ffffff; } |
| | | .core-opa{ |
| | | opacity: 0; |
| | | } |
| | | |
| | | /*字体高度*/ |
| | | .chuany-line-height-initial { line-height: initial } |