login.wxss 1.77 KB
   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
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
.input-placeholder {
font-size: 13px;
color: #999;
}

page {
background-color: white;
}

.record-topbar {
width: 100%;
height: 45px;
background: #ffd5dd;
font-size: 12px;
color: #ee7289;
text-align: center;
line-height: 45px;
}

.record-input-constainer {
margin: 40px 10px 0 10px;
}

.record-input_bg {
/*background: beige;*/
display: flex;
align-items: center;
justify-content: flex-start;
height: 42px;
border: solid 1px;
border-radius: 5px;
}

.record-input_title {
/*background-color: green;*/
width: 50px;
height: 20px;
text-align: left;
line-height: 20px;
font: medium;
font-size: 14px;
color: #000;
padding-left: 15px;
border-right: solid #e8eae5 1px;
}

.input {
/*background-color: red;*/
font-size: 15px;
color: #999999;
margin-left: 10px;
width: 110px;
margin-top: 3px;
}

.record-submit-btn {
font: medium;
font-size: 20px;
color: white;
margin-left: 10px;
margin-right: 10px;
height: 45px;
line-height: 45px;
border-radius: 22.5px;
background-color: #48c17b;
width: calc(100%-20px);
margin-top: 200px;
text-align: center;
}

.code-input_bg {
/*background: beige;*/
display: flex;
align-items: center;
justify-content: flex-start;
height: 42px;
border: solid 1px;
border-radius: 5px;
width: 70%;
}

.record-time-text {
font: lighter;
margin-left: 10px;
width: 30%;
text-align: center;
font-size: 15px;
color: #666;
height: 42px;
line-height: 42px;
margin-top: 15px;
border-radius: 4px;
float: right;
background: #f6f6f6;
border: 1px solid #d3d3d3;
/*background-color: rgba(1, 1, 1, 1);*/
}

.code_view {
display: flex;
}