123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .main .info.data-v-f5811fc4 {
- position: relative;
- flex-grow: 1;
- background-color: var(--f9Color);
- }
- .main .info .one .image.data-v-f5811fc4 {
- width: 100%;
- height: 50vw;
- }
- .main .info .two.data-v-f5811fc4 {
- padding: 0 2vw;
- background-color: var(--mainColor);
- }
- .main .info .two .two_1.data-v-f5811fc4 {
- display: flex;
- align-items: center;
- padding: 3vw 0;
- border-bottom: 1px solid var(--f5Color);
- font-size: var(--font14Size);
- }
- .main .info .two .two_1 ._span.data-v-f5811fc4 {
- margin: 0 0 0 1vw;
- }
- .main .info .two .two_1 .t-icon.data-v-f5811fc4 {
- width: var(--font15Size) !important;
- height: var(--font15Size) !important;
- }
- .main .info .two .name.data-v-f5811fc4 {
- font-weight: bold;
- font-size: var(--font16Size);
- }
- .main .info .two .text_color.data-v-f5811fc4 {
- color: var(--f69Color);
- }
- .main .info .thr.data-v-f5811fc4 {
- margin: 3vw 0 0 0;
- background-color: var(--mainColor);
- }
- .main .info .thr .thr_cont.data-v-f5811fc4 {
- margin: 2vw 0 0 0;
- }
- .main .info .thr .thr_cont .thr_1.data-v-f5811fc4 {
- text-indent: 10px;
- border-left: 3px solid var(--f3CColor);
- font-weight: bold;
- font-size: var(--font16Size);
- }
- .main .info .thr .thr_cont .thr_2.data-v-f5811fc4 {
- padding: 2vw;
- }
- .main .foot.data-v-f5811fc4 {
- width: 100%;
- height: 8vh;
- overflow: hidden;
- display: flex;
- align-items: center;
- }
- .main .foot .foot_text.data-v-f5811fc4 {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 50%;
- height: 100%;
- color: var(--mainColor);
- }
- .main .foot .foot_1.data-v-f5811fc4 {
- background: linear-gradient(90deg, #FFCD1E, #FF8A18);
- }
- .main .foot .foot_2.data-v-f5811fc4 {
- background: linear-gradient(90deg, #1E83FF, #1071e6);
- }
- .main .popup_cont .popup_title.data-v-f5811fc4 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- height: 40px;
- font-size: var(--font14Size);
- color: #666;
- }
- .main .popup_cont .popup_share.data-v-f5811fc4 {
- display: flex;
- align-items: center;
- padding: 2vw 0;
- }
- .main .popup_cont .popup_share .share_1.data-v-f5811fc4 {
- width: 50%;
- }
- .main .popup_cont .popup_share .share_1 button.data-v-f5811fc4 {
- background: none;
- border: none;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .main .popup_cont .popup_share .share_1 button .t-icon.data-v-f5811fc4 {
- width: 8vw;
- height: 8vw;
- }
- .main .popup_cont .popup_share .share_1 button text.data-v-f5811fc4 {
- margin-top: 10px;
- font-size: var(--font14Size);
- color: #3B4144;
- }
- .scroll-view.data-v-f5811fc4 {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .scroll-view .list-scroll-view.data-v-f5811fc4 {
- display: flex;
- flex-direction: column;
- }
|