123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .HoutaiContainerTitleButton .HoutaiContainerTitleButtonSource {
- color: #fff;
- background-color: #000000;
- border: 1px solid #000000;
- }
- .SLHeader {
- width: 1380px;
- height: 48px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- align-items: center;
- }
- .SLHeaderChild {
- width: 158px;
- font-size: 14px;
- font-weight: bold;
- color: #9a9ea5;
- position: relative;
- text-align: center;
- }
- .SLHeaderChildActive {
- color: #000000;
- font-size: 14px;
- font-weight: bold;
- }
- .SLHeaderChildActive::after {
- content: "";
- width: 100px;
- border-bottom: 4px solid #007aff;
- border-radius: 0.03rem;
- /* background-color: #007AFF; */
- position: absolute;
- bottom: -15px;
- left: 18%;
- }
- .SLHeaderCreate {
- width: 88px;
- height: 35px;
- background-color: #000000;
- border-radius: 4px;
- color: #ffffff;
- font-size: 14px;
- font-weight: bold;
- text-align: center;
- line-height: 35px;
- position: absolute;
- right: 35px;
- top: 7px;
- }
- .SLHeaderChildActiveLine {
- width: 1380px;
- height: 2px;
- margin-left: 30px;
- background-color: #d4d4d4;
- }
- .HoutaiContainerBottomAppleList {
- width: 1380px;
- background-color: white;
- margin-top: 24px;
- margin-left: 32px;
- margin: 25px auto 0;
- border-radius: 10px;
- border: 1px solid #d5d9dd;
- }
- .HoutaiContainerBottomAppleListHeader {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #f2f4f6;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #ffffff;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
- background-color: white;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
- background-color: #f9fbfe;
- }
- .HoutaiContainerBottomAppleListHeaders > p {
- height: 50px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- }
- .HoutaiContainerBottomAppleListHeader > p {
- height: 54px;
- text-align: center;
- line-height: 54px;
- font-size: 14px;
- color: #575f6e;
- }
- .HoutaiContainerBottomAppleListHeader1 {
- width: 400px;
- }
- .HoutaiContainerBottomAppleListHeader2 {
- width: 490px;
- }
- .HoutaiContainerBottomAppleListHeader3 {
- width: 490px;
- }
- .player-wrapper {
- position: relative;
- }
|