1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .main.data-v-4dcceeb0 {
- background-color: var(--footColor);
- }
- .main .one.data-v-4dcceeb0 {
- margin: 2vw;
- border-radius: 10px;
- background-color: var(--mainColor);
- }
- .main .one .one_1.data-v-4dcceeb0 {
- padding: 4vw;
- }
- .main .one .one_1 .top.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .main .one .one_1 .top .top_left.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- }
- .main .one .one_1 .top .top_left .name.data-v-4dcceeb0 {
- margin: 0 2vw;
- font-size: var(--font16Size);
- }
- .main .one .one_1 .top .top_left .t-icon.data-v-4dcceeb0 {
- width: 70px !important;
- height: 70px !important;
- }
- .main .one .one_1 .top .top_right .t-icon.data-v-4dcceeb0 {
- width: var(--font14Size) !important;
- height: var(--font14Size) !important;
- color: var(--f99Color) !important;
- }
- .main .two.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- padding: 2vw;
- margin: 0 2vw;
- border-radius: 10px;
- background-color: var(--mainColor);
- }
- .main .two .list.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- padding: 3vw 2vw;
- border-bottom: 1px solid var(--f9Color);
- }
- .main .two .list .left.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- }
- .main .two .list .left .title.data-v-4dcceeb0 {
- margin: 0 0 0 5px;
- display: inline-block;
- font-size: var(--font14Size);
- }
- .main .two .list .right .t-icon.data-v-4dcceeb0 {
- width: var(--font14Size) !important;
- height: var(--font14Size) !important;
- color: var(--f99Color) !important;
- }
|