| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .current {
- background-color: #0F83E8;
- color: white;
- text-align: center;
- height: 50px;
- line-height: 50px;
- margin-top: 3px;
- }
- .title {
- font-weight: bold;
- font-size: 16px;
- margin: 10px 0 0 5px;
- }
- p.show {
- margin: 5px 0 3px 10px;
- cursor: pointer;
- }
- .table-title {
- font-weight: bold;
- font-size: large;
- display: block;
- height: 35px;
- }
- .table-title::before {
- content: '|';
- display: inline-block;
- font-weight: 900;
- color: #0B7FC7;
- /*border-right: */
- }
- .vice-title {
- width: 120px;
- display: inline-block;
- }
- .cloud-name {
- font-weight: bold;
- font-size: large;
- display: block;
- height: 35px;
- }
- .deploy {
- width: 50px;
- height: 30px;
- background-color: green;
- color: #ffffff;
- font-weight: bold;
- padding-top: 500px;
- }
- .kind {
- }
- .item {
- }
- .item-title {
- display: inline-block;
- width: 180px;
- }
|