1/* 2 * Copyright (c) 2021-2022 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 display: flex; 18 flex-direction: column; 19 justify-content: center; 20 align-items: center; 21 left: 0px; 22 top: 0px; 23 width: 100%; 24 height: 100%; 25} 26 27.title { 28 font-size: 60px; 29 text-align: center; 30 width: 100%; 31 height: 40%; 32 margin: 10px; 33} 34 35.btn { 36 width: 50%; 37 height: 100px; 38 font-size: 40px; 39} 40