• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2025 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16.container {
17  width: 100%;
18  height: 100%;
19  justify-content: center;
20  align-items: center;
21  background-color: #262626;
22  flex-direction: column;
23}
24
25.title {
26  width: 100%;
27  height: 80px;
28  font-size: 30px;
29  text-align: center;
30  color: #F8F8FF;
31  padding-top: 15px;
32  background-color: #262626;
33}
34
35.time-picker {
36  width: 100%;
37  height: 300px;
38  border-width: 2px;
39  background-color: #E0E0E0;
40}
41
42.back-page {
43  width: 100%;
44  height: 60px;
45  border-width: 2px;
46  background-color: #262626;
47}