1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
-
- .text-s-4-content{
- margin-top: 5px;
- width: 100%;
- height: auto;
- float: left;
-
- /* 小卡片 */
- }
- .text-s-4-content .box{
- width: 348px;
- heigth: auto;
- margin: 0px auto;
- }
- .text-s-4-content .row{
- /**
- * 定义宽高
- */
- width: 100%;
- height: 100px;
- float: left;
- /**
- * 边距
- */
- margin: 5px 0px;
- padding: 0;
- /**
- * 定义边框
- */
- border-radius: 15px;
- /*
- * 定义背景
- */
- border-radius: 5px;
- box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
- background: rgba(255, 255, 255, 0.7);
- /**
- ** 定位属性
- */
- position: relative;
- z-index: 1000;
-
- }
-
- /*
- * 内部布局样式
- */
- .text-s-4-content .top{
- width:100%;
- height: 100%;
- float: left;
- line-height: 100px;
- }
- .text-s-4-content .top img{
- margin: 0 10px 0 20px;
- }
- .text-s-4-content .top font{
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 25px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
- /**
- ** 内容标签样式
- */
- .text-s-4-content .img{
-
- }
|