|
|
- @import "../../uvue.wxss";
- :host{display:flex;flex-direction:column}
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .containers.data-v-643091e0 {
- height: 100%;
- width: 100%;
- background-color: #fff;
- overflow-y: scroll;
- }
- .container.data-v-643091e0::-webkit-scrollbar {
- display: none;
- }
- .section.data-v-643091e0 {
- border-bottom: 1rpx solid #eee;
- margin: 0 1rem 0 1rem;
- }
- .sections.data-v-643091e0 {
- margin: 0 1rem 1rem 1rem;
- }
- .form-item.data-v-643091e0 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0.5rem 0;
- border-bottom: 0.1rem solid #f2f2f2;
- color: #767676;
- }
- .labels.data-v-643091e0 {
- color: red;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .label.data-v-643091e0 {
- font-size: 28rpx;
- color: #666;
- width: 200rpx;
- }
- .input.data-v-643091e0 {
- flex: 1;
- text-align: right;
- font-size: 28rpx;
- color: #737373;
- }
- .picker.data-v-643091e0 {
- flex: 1;
- }
- .picker-text.data-v-643091e0 {
- text-align: right;
- color: #737373;
- font-size: 0.8rem;
- }
- .radio-group.data-v-643091e0 {
- display: flex;
- flex: 1;
- justify-content: flex-end;
- flex-direction: row;
- }
- .radio-label.data-v-643091e0 {
- padding: 0;
- margin-left: 10rpx;
- display: flex;
- flex-direction: row;
- font-size: 1rem;
- transform: scale(0.7);
- }
- .value.data-v-643091e0 {
- flex: 1;
- text-align: right;
- color: #737373;
- font-size: 0.8rem;
- }
- .idCard-box.data-v-643091e0 {
- margin-top: 10%;
- width: 100%;
- height: 50%;
- display: flex;
- flex-direction: row;
- /* background-color: red; */
- flex-wrap: wrap;
- }
- .idCard-box .reverse.data-v-643091e0 {
- height: 30%;
- width: 40%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 5% 0 5%;
- }
- .idCard-box .reverse image.data-v-643091e0 {
- width: 100%;
- height: 100%;
- }
-
- /* 表单分区样式 */
- .con_size.data-v-643091e0 {
- font-size: 1rem;
- font-weight: bold;
- margin: 1rem 0;
- color: #000000;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .con_size_img.data-v-643091e0 {
- height: 100%;
- width: 2%;
- margin-right: 2%;
- }
- .form-button.data-v-643091e0 {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .button.data-v-643091e0 {
- height: 100%;
- width: 100%;
- background-color: #044f7a;
- color: #ffffff;
- border-radius: 1rem;
- }
|