1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- html,
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 85%;
- }
- body {
- background: url("../images/login.png");
- background-size: cover;
- background-repeat: no-repeat;
- background-position: left;
- }
- /* 搜索 */
- .searchInput {
- width: 1114px;
- height: 38px;
- border: solid 1px black;
- margin-top: 20px;
- margin-left: 100px;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- outline: none;
- border-color: grey;
- }
- .searchBtn {
- height: 40px;
- padding: 5px 15px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- border-left: none;
- border-color: #4e6ef2
- }
- .button {
- background-color: #4e6ef2;
- color: #fff;
- margin-top: 20px;
- width: 6%;
- }
- .layui-row {
- width: 100%;
- height: 260px;
- margin-top: 150px;
- text-align: center;
- }
- .layui-row img {
- display: inline-block;
- height: 200px;
- width: 135px;
- }
- .layui-col-4 {
- position: relative;
- height: 200px;
- border: 1px solid#eee;
- border-radius: 5px;
- float: left;
- margin: 0 170px;
- }
- .layui-col-4 h4 {
- position: absolute;
- bottom: 118px;
- left: 36%;
- }
- .layui-col-4 {
- position: relative;
- height: 200px;
- border: 1px solid#eee;
- border-radius: 5px;
- float: left;
- margin: 0 80px;
- }
- .layui-col-4 div {
- height: 200px;
- width: 135px;
- }
- .layui-col-4 a {
- display: block;
- margin-top: 26px
- }
|