| 1234567891011121314151617181920212223242526272829303132333435363738 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-148e6f85 {
- box-sizing: border-box;
- padding: 20rpx 0;
- height: 100vh;
- background-color: #fff;
- }
- .container .custom-input.data-v-148e6f85 {
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- padding-right: 200rpx;
- /* 给右侧占位文本留空间 */
- border: 1px solid #eee;
- border-radius: 8rpx;
- font-size: 28rpx;
- }
- .container .placeholder-text.data-v-148e6f85 {
- position: absolute;
- /* 绝对定位到输入框右侧 */
- right: 30rpx;
- margin-top: -9%;
- font-size: 26rpx;
- color: #999;
- /* 模拟原生placeholder颜色 */
- pointer-events: none;
- /* 避免遮挡输入框点击 */
- }
- .container .footer.data-v-148e6f85 {
- position: absolute;
- left: 40rpx;
- right: 40rpx;
- bottom: 100rpx;
- }
- .container .footer.data-v-148e6f85 .wd-button {
- background-color: #ff8205;
- }
|