@import "../public-view.wxss"; /* 原生组件会漂浮在非原生组件上 */ .bottom-view, .bottom-view-X { position: relative; background-color: #F5F5F5; } .item { width: 100%; height: 100rpx; background-color: white; display: flex } .item>text:first-child { font-family: PingFangSC-Regular; font-size: 32rpx; color: #333333; margin-left: 30rpx; line-height: 100rpx; } .input-view-placeholder { font-size: 32rpx; color: #cccccc; } input { font-size: 32rpx; color: #666666; line-height: 100rpx; text-align: right; height: 100rpx; width: 500rpx; margin-left: auto; margin-right: 30rpx; }