Sanakey
2021-06-04 355a84d740a2a9dfa1d67cb2d2e11843d42809ac
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
/* pages/liveRoomCreate/liveRoomCreate.wxss */
page {
  background-color: var(--text-color);
}
 
/*.container view,*/
/*.container text {*/
/*  font-size: 28rpx;*/
/*}*/
 
/*.container {*/
/*  padding: 0;*/
/*}*/
 
.custom-field .van-cell__value {
  overflow: visible;
}
 
.first-step .van-field__word-limit, .first-step .van-icon-arrow {
  position: absolute;
  right: 22rpx;
  top: 30rpx;
}
 
.line-block {
  width: 470rpx;
}
 
.min-height-430 {
  min-height: 860rpx;
}
 
.file-uploader .van-cell__value{
  overflow: visible;
}