|
|
@@ -257,4 +257,19 @@ body {
|
|
|
resize: none;
|
|
|
/* height: 300px !important; */
|
|
|
line-height: 3.5 !important;
|
|
|
+}
|
|
|
+
|
|
|
+#pop .expression{
|
|
|
+ display: inline-block;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background: url("./../assets/img/frce.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#pop .expression:hover {
|
|
|
+ background: url("./../assets/img/frcea.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|