tide-command.page.scss
1.5 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
.tide-command-page {
width: 100%;
height: 100%;
position: relative;
background-color: #f0f0f0;
.set-world {
background-color: #fff;
padding-bottom: 20px;
}
.command-textarea {
height: 130px;
width: 690px;
font-size: 42px;
border: none;
resize: none;
background-color: #dfdfdf;
margin: 20px 30px;
border-radius: 10px;
padding: 15px 20px;
}
.save {
width: 240px;
height: 80px;
line-height: 80px;
color: #fff;
background-color: #414141;
text-align: center;
margin: 0 auto;
border-radius: 10px;
}
.world-number {
position: absolute;
font-size: 24px;
color: #c0c0c0;
top: 112px;
right: 54px;
line-height: 38px;
}
.introduce {
padding-top: 15px;
}
.rules {
color: #a6a6a6;
line-height: 34px;
font-size: 24px;
background-color: #fff;
padding: 0 54px;
margin-bottom: 30px;
.title {
line-height: 76px;
font-size: 26px;
font-weight: 700;
width: 100%;
color: #000;
display: inline-block;
}
.more {
color: #4a90e2;
display: block;
padding-bottom: 8px;
line-height: 50px;
}
}
.resources {
width: 690px;
height: auto;
margin-left: 30px;
}
}