12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .f16-w500-c151515 {
- font-size: 16px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- font: Source Han Sans SC;
- }
- .w194-h34 {
- width: 194px !important;
- height: 34px !important;
- }
- .apps-tit {
- font-size: 16px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- margin-right: 5px
- }
- .apps-titbox {
- text-align: left;
- }
- .apps-num {
- font-size: 32px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- display: block;
- }
- .apps-numbox {
- height: 80px;
- text-align: left;
- display: flex;
- align-items: end;
- padding-bottom: 5px;
- }
- .apps-numbox-n {
- height: 80px;
- text-align: left;
- display: flex;
- }
- .apps-right-line {
- position: absolute;
- top: 30px;
- right: 0;
- background-color: #e5e5e5;
- width: 1px;
- height: 60px;
- }
- .apps-buyBtn {
- width: 100px !important;
- height: 36px;
- font-size: 16px !important;
- font-weight: 500 !important;
- margin-top: 40px !important;
- }
- .apps-buyBtn-font {
- transform: translate(1px, 3px);
- display: inline-block;
- }
- .app-bloder-btn{
- width: 70px;
- height: 34px;
- display: inline-block;
- margin-left: 10px;
- background-color: #fff;
- color: #2168F8;
- border: 1px solid #2168F8;
- border-radius: 4px;
- text-align: center;
- line-height: 32px;
- font-weight: 500;
- cursor: pointer;
- }
- .app-bloder-btn::before{
- content: '' !important;
- }
|