123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- /* uni.scss */
- .content.data-v-4723889f {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- }
- .content .top.data-v-4723889f {
- margin: 2vw;
- }
- .content .bottom.data-v-4723889f {
- position: relative;
- flex-grow: 1;
- }
- .content .bottom .one .one_1.data-v-4723889f {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 2vw 4vw;
- }
- .content .bottom .one .one_1 .list.data-v-4723889f {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .content .bottom .one .one_1 .list .title.data-v-4723889f {
- margin: 1vw 0 0 0;
- font-size: var(--font14Size);
- }
- .content .bottom .one .one_2 .image.data-v-4723889f {
- width: 35px;
- height: 35px;
- border-radius: 35px;
- }
- .content .bottom .one .one_3.data-v-4723889f {
- padding: 2vw;
- }
- .content .bottom .one .one_3 .list.data-v-4723889f {
- background-color: var(--f9Color);
- }
- .content .bottom .one .one_3 .list .name.data-v-4723889f {
- padding: 2vw 4vw;
- font-size: var(--font14Size);
- }
- .content .bottom .two.data-v-4723889f {
- margin: 2vw;
- }
- .content .bottom .two .list.data-v-4723889f {
- display: flex;
- margin: 1vw 0 0 0;
- padding: 1vw;
- height: 100px;
- }
- .content .bottom .two .list .left .image.data-v-4723889f {
- width: 130px;
- height: 100px;
- border-radius: 2px;
- }
- .content .bottom .two .list .right.data-v-4723889f {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 0 0 0 2vw;
- width: 100%;
- }
- .content .bottom .two .list .right .name.data-v-4723889f {
- font-size: var(--font14Size);
- }
- .content .bottom .two .list .right .other.data-v-4723889f {
- color: var(--f85Color);
- font-size: var(--font12Size);
- }
- .content .bottom .two .list .right .money.data-v-4723889f {
- color: var(--fF0Color);
- font-size: var(--font12Size);
- }
- .content .bottom .two .list .right .money text.data-v-4723889f:first-child {
- font-size: var(--font18Size);
- }
- .scroll-view.data-v-4723889f {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .scroll-view .list-scroll-view.data-v-4723889f {
- display: flex;
- flex-direction: column;
- }
- .is_bottom.data-v-4723889f {
- width: 100%;
- text-align: center;
- }
- .is_bottom text.data-v-4723889f {
- padding: 2vw 0;
- display: inline-block;
- color: var(--f85Color);
- font-size: var(--font12Size);
- }
|