|
@@ -73,7 +73,11 @@ ul,li {
|
|
|
color: #fe4b57;
|
|
|
font-size: 33px;
|
|
|
white-space:nowrap;
|
|
|
- display: block;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.floor_price {
|
|
|
+ font-size: 18px;
|
|
|
+ color: #999999;
|
|
|
}
|
|
|
.original_price {
|
|
|
color: #bfc1c3;
|
|
@@ -140,6 +144,25 @@ ul,li {
|
|
|
background: url("../images/join_btn.png?1") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+.invite_btn {
|
|
|
+ display: inline-block;
|
|
|
+ height: 82px;
|
|
|
+ width: 718px;
|
|
|
+ margin-top: 17px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #ffffff;
|
|
|
+ background: url(../images/invite_btn.png?v=1) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.just_buy {
|
|
|
+ display: inline-block;
|
|
|
+ height: 82px;
|
|
|
+ width: 718px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #ffffff;
|
|
|
+ background: url(../images/just_buy.png?v=1) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
.avatar {
|
|
|
width: 56px;
|
|
|
height: 56px;
|