| 1234567891011121314151617181920 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-7ac621e1 {
- position: relative;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0 40rpx;
- margin-top: 30rpx;
- width: 710rpx;
- height: 100rpx;
- border-radius: 80rpx;
- border: 1rpx solid #ccc;
- background-color: #fff;
- }
- .container .input.data-v-7ac621e1 {
- margin-left: 16rpx;
- width: 100%;
- height: 100%;
- }
|