| | |
| | | font-size: 36px; |
| | | } |
| | | .at-input__input { |
| | | font-size: 36px; |
| | | .weui-input { |
| | | font-size: 36px; |
| | | } |
| | |
| | | .at-tabs.at-tabs--horizontal { |
| | | height: 100%; |
| | | .at-tabs__header { |
| | | height: 90px; |
| | | height: 96px; |
| | | line-height: 52px; |
| | | .at-tabs__item { |
| | | font-size: 36px; |
| | | } |
| | | } |
| | | .at-tabs__body { |
| | | height: calc(100% - 90px); |
| | | font-size: 0; |
| | | .at-tabs-pane { |
| | | height: 100%; |
| | | font-size: 30px; |
| | | font-size: 36px; |
| | | } |
| | | } |
| | | } |
| | |
| | | display: none; |
| | | } |
| | | .at-icon-chevron-right { |
| | | padding: 0; |
| | | font-size: 48px; |
| | | color: #ccc; |
| | | } |
| | |
| | | margin-top: 37px; |
| | | padding: 0 20px 30px; |
| | | [type=primary] { |
| | | height: 80px; |
| | | height: 90px; |
| | | font-size: 36px; |
| | | line-height: 78px; |
| | | line-height: 88px; |
| | | border: 1PX solid #2093df; |
| | | background: #2093df; |
| | | &:not([disabled]):active { |
| | |
| | | } |
| | | } |
| | | &.c-form-submit-fixed { |
| | | margin-bottom: 130px; |
| | | padding: 0; |
| | | margin: -3px 0 140px; |
| | | padding: 1px 0 0; |
| | | .c-form-submit-inner { |
| | | @include position(fixed, n 0 0 n, 0); |
| | | width: 100%; |
| | |
| | | class="c-input-express-btn" |
| | | @tap="evt => handleScan()" |
| | | ></view> |
| | | <view class="c-input-express-scan"> |
| | | <view |
| | | class="c-input-express-scan" |
| | | v-if="scanable" |
| | | > |
| | | <view |
| | | v-show="!scaning" |
| | | class="gg-scan" |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | // 小程序中才开启扫描功能 |
| | | scanable: process.env.TARO_ENV === 'weapp', |
| | | scaning: false, |
| | | }; |
| | | }, |
| | |
| | | .c-input-express-scan { |
| | | @include position(absolute, 50% n n 0); |
| | | width: 100px; |
| | | padding-left: 24px; |
| | | padding-left: 35px; |
| | | color: #ccc; |
| | | box-sizing: border-box; |
| | | transform: translateY(-50%); |
| | |
| | | .at-input__icon { |
| | | display: none; |
| | | } |
| | | .at-input__children { |
| | | &::after { |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | |
| | | display: none; |
| | | } |
| | | .at-icon-chevron-right { |
| | | padding: 0; |
| | | font-size: 48px; |
| | | color: #ccc; |
| | | } |
| | |
| | | width: 100%; |
| | | min-height: 94px; |
| | | padding-right: 18px; |
| | | font-size: 32px; |
| | | font-size: 36px; |
| | | textarea { |
| | | resize: none; |
| | | @include flexbox(flex, center center); |