|
|
@@ -202,6 +202,67 @@
|
|
|
background: #fff;
|
|
|
display: block;
|
|
|
}
|
|
|
+ .seller-contact .contact-title {
|
|
|
+ height: 26px;
|
|
|
+ background-color: #5078cb;
|
|
|
+ text-align: right;
|
|
|
+ padding-right: 15px;
|
|
|
+ line-height: 26px;
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact .contact-title a, .seller-contact .contact-title a:hover {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact .contact-seller-info {
|
|
|
+ margin-left: 24px;
|
|
|
+ margin-right: 24px;
|
|
|
+ background-color: #5078cb;
|
|
|
+ color: #ffffff;
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-family: "Microsoft Yahei", "微软雅黑";
|
|
|
+ height: 150px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact .contact-seller-info div {
|
|
|
+ text-align: left;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 15px;
|
|
|
+ padding-right: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact .contact-seller-info .company-name {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact .send-message {
|
|
|
+ width: 553px;
|
|
|
+ height: 258px;
|
|
|
+ background-color: #F7F7F6;
|
|
|
+ padding-left: 13px;
|
|
|
+ padding-top: 15px;
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .seller-contact-info {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 2;
|
|
|
+ height: 210px;<!--506-->
|
|
|
+ border: 1px solid #E7E5E2;
|
|
|
+ opacity: 1;
|
|
|
+ background-color: white;
|
|
|
+ width: 600px;
|
|
|
+ top: 40px;
|
|
|
+ left: -130px;
|
|
|
+ border: 1px solid #E7E5E2;
|
|
|
+ -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
|
|