123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <<<<<<< HEAD
- /* flex 布局 */
- .f-d-c {
- flex-direction: column;
- }
- .f-j-c {
- justify-content: center;
- }
- .f-j-s {
- justify-content: flex-start;
- }
- .f-j-e {
- justify-content: flex-end;
- }
- .f-j-sa {
- justify-content: space-around;
- }
- .f-j-sb {
- justify-content: space-between;
- }
- .f-ai-c {
- align-items: center;
- }
- .f-ai-s {
- align-items: flex-start;
- }
- .f-ai-e {
- align-items: flex-end;
- }
- .fg1 {
- flex-grow: 1;
- }
- .fs0 {
- flex-shrink: 0;
- }
- /* 相对定位&绝对定位 */
- .p-r {
- position: relative;
- }
- .p-a {
- position: absolute;
- =======
- /* flex 布局 */
- .f-d-c {
- flex-direction: column;
- }
- .f-j-c {
- justify-content: center;
- }
- .f-j-s {
- justify-content: flex-start;
- }
- .f-j-e {
- justify-content: flex-end;
- }
- .f-j-sa {
- justify-content: space-around;
- }
- .f-j-sb {
- justify-content: space-between;
- }
- .f-ai-c {
- align-items: center;
- }
- .f-ai-s {
- align-items: flex-start;
- }
- .f-ai-e {
- align-items: flex-end;
- }
- .fg1 {
- flex-grow: 1;
- }
- .fs0 {
- flex-shrink: 0;
- }
- /* 相对定位&绝对定位 */
- .p-r {
- position: relative;
- }
- .p-a {
- position: absolute;
- >>>>>>> 11810c650fcbb786f7c6eb685212a6cf2f3e6856
- }
|