| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .popup-wrap ._password.data-v-124303f8 {
- height: 140rpx;
- width: 100vw;
- padding: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- box-sizing: border-box;
- }
- .popup-wrap ._password > ._li.data-v-124303f8 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- height: 100%;
- border: 1rpx solid #ddd;
- border-right: none;
- }
- .popup-wrap ._password > ._li.data-v-124303f8:last-child {
- border-right: 1rpx solid #ddd;
- }
- .popup-wrap ._password > .active.data-v-124303f8 {
- position: relative;
- }
- .popup-wrap ._password > .active.data-v-124303f8::after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- border-radius: 20rpx;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- height: 40rpx;
- width: 40rpx;
- background: #666;
- }
- .popup-wrap ._inputHidden.data-v-124303f8 {
- width: 1rpx;
- height: 1rpx;
- min-height: 1rpx;
- opacity: 0;
- border: 0;
- }
- .popup-wrap .ui-keyboard.data-v-124303f8 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- padding: 0 20rpx 20rpx 20rpx;
- background-color: #f5f5f5;
- box-shadow: 0 -8rpx 16rpx #ddd;
- }
- .popup-wrap .ui-keyboard .ui-keyboard-numbers.data-v-124303f8 {
- width: 78%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .popup-wrap .ui-keyboard .ui-keyboard-numbers ._li.data-v-124303f8 {
- width: calc(33.33% - 20rpx);
- }
- .popup-wrap .ui-keyboard .ui-keyboard-numbers ._li.zero.data-v-124303f8 {
- width: calc(66.66% - 20rpx);
- }
- .popup-wrap .ui-keyboard .ui-keyboard-btn.data-v-124303f8 {
- width: 22%;
- }
- .popup-wrap .ui-keyboard .ui-keyboard-btn ._li.data-v-124303f8 {
- margin-right: 0;
- }
- .popup-wrap .ui-keyboard .ui-keyboard-btn ._li.btn-ok.data-v-124303f8 {
- height: 310rpx;
- color: #fff;
- background-color: #3385FF;
- }
- .popup-wrap .ui-keyboard ._li.data-v-124303f8 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- height: 90rpx;
- text-align: center;
- border-radius: 10rpx;
- background-color: #fff;
- margin-top: 20rpx;
- margin-right: 20rpx;
- font-size: 38rpx;
- font-weight: bold;
- box-shadow: 0 2rpx 10rpx #ddd;
- }
- .popup-wrap .ui-keyboard ._li.data-v-124303f8:active {
- background-color: rgba(0, 0, 0, 0.1);
- }
|