aosiyiliaouniapp/pages/cijimulu/index.css

42 lines
671 B
CSS
Raw Normal View History

2024-04-08 02:59:47 +00:00
.body{
width: 100vw;
height: 100vh;
background-color: rgb(255, 255, 255);
}
.sekuai{
padding-top: 50upx;
width:660upx;
2024-04-09 14:01:38 +00:00
height:160upx;
2024-04-08 02:59:47 +00:00
margin: auto;
2024-04-09 14:01:38 +00:00
margin-top: 40upx;
2024-04-08 02:59:47 +00:00
background-color: aliceblue;
}
.neibu{
display: flex;
}
.neibu2{
display: flex;
flex-direction: column;
}
.zhuBT{
flex: 7;
margin-left: 20upx;
line-height: 130upx;
font-size: 36upx;
2024-04-09 14:01:38 +00:00
background: -webkit-linear-gradient(left, #30CFD0 0%, #330867 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
font-weight: bold;
2024-04-08 02:59:47 +00:00
}
.tupian{
flex: 4;
2024-04-09 14:01:38 +00:00
margin-top: -40upx;
2024-04-08 02:59:47 +00:00
margin-left: 40upx;
}
.tupian1{
margin-left: 100upx;
2024-04-09 14:01:38 +00:00
margin-top: -40upx;
2024-04-08 02:59:47 +00:00
}