|
@@ -22,18 +22,36 @@
|
|
#userContent .UserAHref {
|
|
#userContent .UserAHref {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 270px;
|
|
right: 270px;
|
|
- width: 50px;
|
|
|
|
- height: 50px;
|
|
|
|
- /*top: 0;*/
|
|
|
|
- /*line-height: 68px;*/
|
|
|
|
|
|
+ width: 200px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
z-index: 111;
|
|
z-index: 111;
|
|
- /*left: 0;*/
|
|
|
|
- /*margin: 10px 0 0 10px;*/
|
|
|
|
- background: url(../images/layout/addrWebLogo.png) no-repeat;
|
|
|
|
- /*position: absolute;*/
|
|
|
|
- /*left: 10px;*/
|
|
|
|
- /*top: -5px;*/
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
+ justify-content: space-evenly;
|
|
|
|
+ padding: 3px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#userContent .UserAHref:hover .UserAHref_title {
|
|
|
|
+ color: #409eff;
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#userContent .UserAHref_logo {
|
|
|
|
+ padding: 15px;
|
|
|
|
+ background-image: url(../images/layout/addrWebLogo.png);
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: 100%;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#userContent .UserAHref_title {
|
|
|
|
+ width: 155px;
|
|
|
|
+ color: #303133;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
/* 地名地址搜索框 */
|
|
/* 地名地址搜索框 */
|