1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .page.data-v-e385f5fc {
- width: 100%;
- padding: 0 30rpx 40rpx;
- box-sizing: border-box;
- background: #F3F4F4;
- }
- .page .box.data-v-e385f5fc {
- margin-top: 20rpx;
- width: 100%;
- padding: 0 30rpx;
- box-sizing: border-box;
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- }
- .page .box .b_item.data-v-e385f5fc {
- display: flex;
- align-items: center;
- padding: 30rpx 0;
- border-bottom: 1rpx solid #E1E1E1;
- position: relative;
- }
- .page .box .b_item text.data-v-e385f5fc {
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- color: #333333;
- width: 120rpx;
- }
- .page .box .b_item input.data-v-e385f5fc {
- border: none;
- width: calc(100% - 120rpx);
- padding-left: 22rpx;
- box-sizing: border-box;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .page .box .b_item.data-v-e385f5fc:last-child {
- border-bottom: none;
- }
- .page .box .b_item.b_item_code input.data-v-e385f5fc {
- width: calc(100% - 400rpx);
- }
- .page .box .b_item .bi_code.data-v-e385f5fc {
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -21rpx;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- color: #1372FF;
- }
- .page .btn.data-v-e385f5fc {
- width: calc(100% - 60rpx);
- height: 96rpx;
- background: #1372FF;
- border-radius: 48rpx 48rpx 48rpx 48rpx;
- line-height: 96rpx;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- letter-spacing: 2rpx;
- position: fixed;
- bottom: 40rpx;
- left: 30rpx;
- }
|