index.wxss 723 Bytes
Newer Older
宋雄's avatar
宋雄 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.container.data-v-fa532d62 {
  min-height: 100vh;
  background-color: #FFFFFF;
}
.container.data-v-fa532d62 .uni-list-item__content {
  flex: 120px;
}
.placeholder.data-v-fa532d62 {
  color: #808080;
}
.btn-box.data-v-fa532d62 {
  margin-top: 100rpx;
  padding: 0 30rpx;
}
.btn-box .btn.data-v-fa532d62 {
  background-color: #1677FF;
  font-size: 14px;
  color: #FFFFFF;
}
.btn-box .btn.data-v-fa532d62::after {
  border-radius: 0;
  border: 0;
}
.switch-box.data-v-fa532d62 {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
.switch-box .deposit-switch.data-v-fa532d62 {
  height: 0;
}
.uni-input.data-v-fa532d62 {
  flex: auto;
  text-align: right;
}