| | |
| | | width: 94%; |
| | | height: 55%; |
| | | margin: auto; |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | .now-time { |
| | |
| | | } |
| | | |
| | | .f-m-once input { |
| | | width: 290px; |
| | | width: 260px; |
| | | position: relative; |
| | | left: 20px; |
| | | border: none; |
| | |
| | | .f-m-once-text .f-m-o-center { |
| | | /* background-color: #dffdad; */ |
| | | border-radius: 5px; |
| | | width: 290px; |
| | | width: 260px; |
| | | height: 100px !important; |
| | | position: relative; |
| | | left: 20px; |
| | |
| | | |
| | | .clock { |
| | | width: 100%; |
| | | margin: auto; |
| | | } |
| | | |
| | | .clock-status { |
| | |
| | | margin-top: 15px; |
| | | } |
| | | |
| | | .btn { |
| | | text-align: center; |
| | | } |
| | | |
| | | .clock-btn { |
| | | width: 100px; |
| | | height: 100px; |
| | | line-height: 100px; |
| | | border-radius: 100px; |
| | | border: none; |
| | | color: #FFFFFF; |
| | | background-color: #007AFF; |
| | | position: relative; |
| | | left: 140px; |
| | | top: 45px; |
| | | letter-spacing: 1px; |
| | | } |
| | |
| | | <div class="f-m-o-title">工作说明</div> |
| | | <textarea class="f-m-o-center" v-model="workDesc"></textarea> |
| | | </div> |
| | | |
| | | <div class="btn"> |
| | | <button id="clock-btn" class="clock-btn" @click="goClock">打卡</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <span>下班</span> |
| | | </div> |
| | | </div> --> |
| | | <button id="clock-btn" class="clock-btn" @click="goClock">打卡</button> |
| | | <!-- <button id="clock-btn" class="clock-btn" @click="goClock">打卡</button> --> |
| | | </div> |
| | | </div> |
| | | <!-- vue渲染 --> |