Commit 1bc84d2e by 王东红

注册页面样式冲突问题修复

parent 871e4dff
...@@ -64,7 +64,7 @@ $formData = $block->getFormData(); ...@@ -64,7 +64,7 @@ $formData = $block->getFormData();
line-height: 1; line-height: 1;
} }
} }
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea { input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"],#maincontent input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
border: 1px solid #e1e1e1; border: 1px solid #e1e1e1;
height: 50px; height: 50px;
padding: 5px; padding: 5px;
...@@ -93,7 +93,7 @@ $formData = $block->getFormData(); ...@@ -93,7 +93,7 @@ $formData = $block->getFormData();
padding: 0; padding: 0;
text-align: left; text-align: left;
} }
.action.primary{ #maincontent .action.primary{
vertical-align: middle; vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0); -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment