@import './icon.less';
@import './group.less';
@import './inline-desc.less';

@import './cui/widget/cui_cell/cui_cell_global';
.with_arrow:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 16/@w2;
  width: 16/@w2;
  border-width: 1px 1px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  position: relative;
  top: -1px;
  margin-left: .3em;
}
.scroller-component {
  display: block;
  position: relative;
  height: 476/@w2;
  overflow: hidden;
  width: 100%;
}

.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 204/@w2;
  background-repeat: no-repeat;
}

.scroller-item {
  text-align: center;
  font-size: 32/@w2;
  height: 68/@w2;
  line-height: 68/@w2;
  color: #000;
}

.scroller-indicator {
  width: 100%;
  height: 68/@w2;
  position: absolute;
  left: 0;
  top: 204/@w2;
  z-index: 3;
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.dp-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  display: none;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}

.dp-mask {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.1s ease;
  background-color: #000;
  z-index: 9999;
}

.dp-header {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.dp-header .dp-item {

  font-size: 36/@w2;
  height: 88/@w2;
  line-height: 88/@w2;
  cursor: pointer;
}
.dp-left,.dp-center{
  color: #333;
}
.dp-right{
  color: #5890ff;
}
.dp-content {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  padding: 20/@w2 0;
}

.dp-header .dp-item,
.dp-content .dp-item {
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}

.vux-datetime .vux-input-icon {
  float: right;
}

.vux-cell-primary {
  flex: 1;
}
.cvux-datetime-placeholder {
  color: #a0a0a0;
}
