123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- .start{
- position: relative;
- background-color: rgba(0, 0, 0, 0.1);
- margin:0;
- }
- .start .introduce{
- text-indent: 2em;
- font-size: 0.85rem;
- padding: 0.2rem;
- margin: 0;
- }
- .start .box{
- position: absolute;
- right: 0;
- bottom: 0;
- width: 6.5rem;
- height: 0.3rem;
- background-color: orange;
- margin: 0;
- }
- .content{
- position: relative;
- background-color: rgba(0, 0, 0, 0.1);
- margin-top: 0.8rem;
- padding: 0.2rem;
- }
- .content .text{
- text-indent: 2em;
- font-size: 0.85rem;
- line-height: 1.4rem;
- }
- .content .text2{
- font-size: 0.78rem;
- font-weight: bold;
- line-height: 1.3rem;
- }
- .content .virtue{
- display: flex;
- flex-wrap: wrap;
- }
- .content .virtue .title{
- font-size: 0.78rem;
- font-weight: bold;
- margin-top: 0.4rem;
- }
- .content .virtue .sentence{
- display: flex;
- font-size: 0.68rem;
- font-weight: bold;
- margin-bottom: 0.6rem;
- }
- .content .virtue .sentence .dian{
- color: red;
- margin: 0 auto;
- padding-left: 0.8rem;
- padding-right: 0.8rem;
- }
- .content .box2{
- position: absolute;
- right: 0;
- bottom: 0;
- width: 6.5rem;
- height: 0.3rem;
- background-color: orange;
- margin: 0;
- }
- .report{
- display: flex;
- flex-wrap: wrap;
- margin-top: 0.8rem;
- border: 0.2rem solid #33a1c9;
- border-radius: 15px;
- padding: 0.3rem;
- }
- .report .h1{
- color: skyblue;
- }
- .report .strip{
- display: flex;
- font-size: 0.65rem;
- margin-bottom: 0.4rem;
- }
- .report .strip .gou{
- color: #dc143c;
- margin: 0 auto;
- font-size: 1rem;
- padding-left: 3rem;
- padding-right: 0.4rem;
- }
- .statement{
- font-size: 0.78rem;
- margin-top: 0.6rem;
- line-height: 1.6rem;
- margin-bottom: 2.2rem;
- }
- .button{
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- background-color: skyblue;
- font-size: 1rem;
- color: white;
- text-align: center;
- line-height: 2.5rem;
- }
|