1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .main {
- /* margin: 0 auto; */
- overflow: hidden;
- position: relative;
- background-color: black;
- width: 1920px;
- height: 1080px;
- margin: 0 auto;
- /* background: url('../image/index2/index_border.png') no-repeat center center/ 100% 101%; */
- /* display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-content: space-between; */
- /* overflow-x: auto; */
- .top-border {
- background: url('../image/index/top_title.png') no-repeat center center/ 100% 100%;
- width: 100%;
- height: 9%;
- }
- .top-title{
- text-align: center;
- font-family: Source Han Sans CN;
- font-weight: bold;
- font-size: 42px;
- color: #FFFFFF;
- line-height: 70px;
- background: linear-gradient(0deg, #FFFFFF 0%, #80C0FF 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- letter-spacing: 15px;
- }
- .right-line{
- width: 14px;
- height: 14px;
- background: #FFFFFF;
- border-radius: 50%;
- border: 3px solid #126EFE;
- margin: auto;
- }
- .box-border{
- background: url('../image/index/left_border.png') no-repeat center center/ 100% 100%;
- width: 1269px;
- height: 401px;
- }
- .small-top{
- background: url('../image/index/small_title.png') no-repeat center center/ 100% 100%;
- width: 100%;
- height: 44px;
- color: white;
- }
- .right-small-top{
- background: url('../image/index/right_small_title.png') no-repeat center center/ 100% 100%;
- width: 100%;
- height: 44px;
- color: white;
- position: relative;
- }
- .small-title{
- font-weight: bold;
- padding-top: 5px;
- font-size: 19px;
- color: #FFFFFF;
- background: linear-gradient(0deg, #F1FEFF 0%, #76E2FF 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .box-right{
- background: url('../image/index/right_border.png') no-repeat center center/ 100% 100%;
- width: 591px;
- height: 929px;
- }
- .data-type{
- border-radius: 6px;
- border: 1px solid #39E6FF;
- color: #39E6FF;
- padding: 3px 15px;
- }
- }
|