@@ -273,20 +273,23 @@ export default {
content: ']'
}
.bottomPartMid {
- position: relative;
- width: 10%;
- top: 150px;
- p {
+ width: 8%;
+ margin-top: 60px;
+ p {
width: 100%;
text-align: center;
span {
+ cursor: pointer;
display: inline-block;
- width: 50px;
- height: 30px;
- line-height: 30px;
+ width: 30px;
+ height: 40px;
+ line-height: 40px;
margin: 0 auto;
+ border: 1px solid @icssBorder;
+ margin-bottom: 15px;
+ font-size: 18px;
+ }
- }
.bottomPartRight {
float: left;
@@ -302,6 +302,7 @@ export default {
.tagItem {
position: relative;
line-height: 40px;
.operationPool {
@@ -315,20 +316,23 @@ export default {