123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @import "~@less/variables.less";
- .container{
- background: #fff;
- width: 460px;/*@push-width;*/
- float: right;
- padding-top: 20px;
- // z-index: 200;
- position: relative;
- // position: fixed;
- // top: 50px;
- // bottom: 10px;
- // right: 10px;
- padding-bottom:30px;
- border-left: 10px #e4e6e7 solid;
- }
- .title{
- color:#666;
- width: 100%;
- height: 45px;
- background: #eee;
- position: absolute;
- top: 0;
- left: 0;
- }
- .content{
- padding-top: 50px;
- }
- .center {
- text-align: center;
- font-size: 16px;
- padding-top: 10px;
- padding-bottom: 50px;
- }
- .box {
- padding-top: 10px;
- box-sizing: border-box;
- height: 80px;
- }
- .ipt {
- font-size: 16px;
- width: 170px;
- height: 20px;
- line-height: 18px;
- display: block;
- margin: 0 auto;
- text-align: left;
- }
- .line {
- width: 182px;
- height: 1px;
- margin: 8px auto 0 auto;
- background: #D8D8D8;
- }
|