/* miniprogram/pages/addDevicelog/addDeviceLog.wxss */ page { background-color: #ffffff; } .main { margin-left: 30rpx; margin-right: 30rpx; } /* .top-title { margin-top: 40rpx; height: 34rpx; line-height: 34rpx; font-size: 34rpx; font-weight: bold; color: rgba(51, 51, 51, 1); } */ .form-item { height: 100rpx; border-bottom: 1rpx solid #e3e3e3; display: flex; align-items: center; } .map-view{ width: 750rpx; height: 485rpx; position: fixed; top: 0px; left: 0px; z-index: 999; } .content{ margin-top: 495rpx; } .left { width: 210rpx; line-height: 120rpx; font-size: 27rpx; font-weight: 500; color: rgba(102, 102, 102, 1); } .right-input { width: 480rpx; font-size: 25rpx; line-height: 120rpx; /* font-weight: 500; */ color: rgba(170, 170, 170, 1); } .sex-box { width: 480rpx; font-size: 30rpx; font-weight: bold; color: rgba(51, 51, 51, 1); } .radio-item:nth-child(2) { margin-left: 80rpx; } .select-box { display: flex; } .more { width: 14rpx; height: 26rpx; } .form-item:last-child { border-bottom: 0rpx solid #e3e3e3; } .bottom { background-color: #f6f6f6; padding-top: 70rpx; height: 190rpx; overflow-y: hidden; } .bottom .save-btn { margin-right: 30rpx; margin-left: 30rpx; width: 690rpx; height: 102rpx; background: rgba(78, 135, 241, 1); border-radius: 6rpx; line-height: 102rpx; font-size: 34rpx; font-weight: bold; color: rgba(255, 255, 255, 1); } .saveButtom{ margin-bottom: 30rpx; } /* .van-cell{ height: 100rpx; } */