12345678910111213141516171819202122232425262728293031323334 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .main .one.data-v-4f31c16e {
- display: flex;
- justify-content: center;
- padding: 2vw;
- }
- .main .one .image.data-v-4f31c16e {
- width: 25vw;
- height: 25vw;
- border-radius: 5px;
- }
- .main .two.data-v-4f31c16e {
- padding: 2vw;
- }
- .main .two .two_1.data-v-4f31c16e {
- display: flex;
- justify-content: space-between;
- padding: 4vw;
- border-bottom: 1px solid var(--f9Color);
- font-size: var(--font14Size);
- color: var(--f69Color);
- }
- .main .two .two_1 .right.data-v-4f31c16e {
- text-align: right;
- width: 60vw;
- }
- .main .two .two_1 .right .image.data-v-4f31c16e {
- width: 20vw;
- height: 20vw;
- border-radius: 5px;
- }
|