123456789101112131415161718192021222324252627282930313233343536373839 |
-
- .CheckboxStytle {
- // color: #EF273A;
-
- }
-
- .redHeader{
- height: 150px;
- background:rgba(249,249,249,1);
- border-radius:12px;
- padding: 0 24px;
- .redHeaderTop{
- text-align: center;
- height: 97px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
-
- line-height:97px;
- display: flex;
- justify-content: center;
- .redHeaderTopText{
- font-size:18px;
- color:rgba(51,51,51,1);
- }
- .redHeaderTopNum{
- font-size:48px;
- font-family:PingFangSC-Medium,PingFang SC;
- font-weight:500;
- color:rgba(255,126,72,1);
-
- }
- }
- .redHeaderBottom{
- border-top:1px solid rgba(216,216,216,1);
- height: 53px;
- text-align: center;
- line-height: 53px;
- }
- }
|