| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .outerLayerDiv{
- width:60%;
- margin-top:20px;
- margin-left: 20%;
- text-align: center;
- }
- .disctext {
- color: #b3b6be;
- font-size: 14px;
- line-height: 24px;
- margin-top: 12px;
- padding: 0 20px;
- }
- .houseMoney {
- width:220px;
- height: 35px;
- line-height: 35px;
- color: #b3b6be;
- text-align: center;
- list-style: none;
- span {
- display: block;
- float: left;
- }
- span:nth-child(1) {
- margin-right: 10px;
- width:10px;
- height:5px;
- }
- // 利率
- .interestrate {
- width: 65px;
- }
- // 百分号
- .sign {
- margin-left: 10px;
- color: #b3b6be;
- }
- span:nth-child(3) {
- color: #b3b6be;
- margin-left: 5px;
- margin-right: 10px;
- }
- span:nth-child(4) {
- color: #000000;
- }
- span:nth-child(5) {
- margin-left: 10px;
- }
- }
|