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