Blame view

lvdao-miniapp/unpackage/dist/dev/mp-weixin/pages/questionnaire/questionnaire.wxss 3.72 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  @charset "UTF-8";
  /**
   * 这里是uni-app内置的常用样式变量
   *
   * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
   * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
   *
   */
  /**
   * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
   *
   * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
   */
  /* 颜色变量 */
  /* 主要颜色 */
  /* 行为相关颜色 */
  /* 文字基本颜色 */
  /* 背景颜色 */
  /* 边框颜色 */
  /* 尺寸变量 */
  /* 文字尺寸 */
  /* 图片尺寸 */
  /* Border Radius */
  /* 水平间距 */
  /* 垂直间距 */
  /* 透明度 */
  /* 文章场景相关 */
  .page.data-v-6ae934ce {
e5b57447   杨鑫   '分包问卷'
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }
  .head-search.data-v-6ae934ce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 20rpx 24rpx;
    background-color: #FFFFFF;
    border-radius: 35rpx;
    padding: 0 10rpx;
    border: 2rpx solid #E8E8E8;
  }
  .head-search .u-search.data-v-6ae934ce {
    position: relative;
  }
  .head-search .u-btn.data-v-6ae934ce {
    border: unset;
    border: 0px transparent;
    height: 46rpx;
    width: 88rpx;
    font-size: 24rpx;
    border-radius: 35rpx;
  }
  .screen-list.data-v-6ae934ce {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20rpx 0;
3f535f30   杨鑫   '初始'
63
    padding: 0 20rpx;
e5b57447   杨鑫   '分包问卷'
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  }
  .screen-list .zidong.data-v-6ae934ce {
    width: 160rpx;
    background-color: #3F9B6A;
    color: #fff;
    padding: 10rpx;
    border-radius: 30rpx;
    font-size: 24rpx;
    text-align: center;
  }
  .screen-list .list.data-v-6ae934ce {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
3f535f30   杨鑫   '初始'
79
    height: 100%;
e5b57447   杨鑫   '分包问卷'
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
  }
  .screen-list .list text.data-v-6ae934ce {
    font-size: 26rpx;
    color: #555555;
  }
  .screen-list .list image.data-v-6ae934ce {
    width: 30rpx;
    height: 30rpx;
    margin-left: 10rpx;
  }
  .screen-list .action text.data-v-6ae934ce {
    color: #4D7CFF;
  }
  .list-scorll.data-v-6ae934ce {
    padding: 0 24rpx;
3f535f30   杨鑫   '初始'
95
96
97
98
99
  }
  .listbox.data-v-6ae934ce {
    margin-bottom: 20rpx;
    display: flex;
    justify-content: space-between;
e5b57447   杨鑫   '分包问卷'
100
    padding: 18rpx;
3f535f30   杨鑫   '初始'
101
    background-color: #fff;
e5b57447   杨鑫   '分包问卷'
102
    border-radius: 14rpx;
3f535f30   杨鑫   '初始'
103
104
  }
  .listbox .img.data-v-6ae934ce {
e5b57447   杨鑫   '分包问卷'
105
106
107
108
    width: 190rpx;
    height: 190rpx;
    border-radius: 14rpx;
    overflow: hidden;
3f535f30   杨鑫   '初始'
109
110
111
112
113
  }
  .listbox .img image.data-v-6ae934ce {
    width: 100%;
    height: 100%;
  }
e5b57447   杨鑫   '分包问卷'
114
115
116
117
118
119
120
121
122
123
124
125
126
  .listbox .info.data-v-6ae934ce {
    width: calc(100% - 216rpx);
    margin-left: 26rpx;
  }
  .listbox .info .title.data-v-6ae934ce {
    width: 100%;
    font-size: 28rpx;
    line-height: 40rpx;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6rpx;
3f535f30   杨鑫   '初始'
127
  }
e5b57447   杨鑫   '分包问卷'
128
  .listbox .info .info-item.data-v-6ae934ce {
3f535f30   杨鑫   '初始'
129
    font-size: 24rpx;
e5b57447   杨鑫   '分包问卷'
130
    line-height: 50rpx;
3f535f30   杨鑫   '初始'
131
  }
3f535f30   杨鑫   '初始'
132
  .page-footer.data-v-6ae934ce {
e5b57447   杨鑫   '分包问卷'
133
134
135
    position: fixed;
    left: 0;
    bottom: 0;
3f535f30   杨鑫   '初始'
136
    width: 100%;
e5b57447   杨鑫   '分包问卷'
137
    height: 120rpx;
3f535f30   杨鑫   '初始'
138
    background-color: #FFFFFF;
e5b57447   杨鑫   '分包问卷'
139
    padding: 20rpx 20rpx;
3f535f30   杨鑫   '初始'
140
141
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
e5b57447   杨鑫   '分包问卷'
142
    z-index: 999;
3f535f30   杨鑫   '初始'
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
  }
  .page-footer .footer-buy.data-v-6ae934ce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .page-footer .footer-buy .cart-add.data-v-6ae934ce {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70rpx;
    background-color: #3f9b6a;
  }
  .page-footer .footer-buy .cart-add text.data-v-6ae934ce {
    font-size: 28rpx;
    color: #FFFFFF;
  }