123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .sz-tit{
- padding: 15px 0 30px 0;
- text-align: center;
- font-size: 16px;
- color: #748FF00;
- }
- .suc-icon{
- width: 20px;
- height: 20px;
- display: inline-block;
- margin-right: 10px;
- background: url(../images/yiwancheng02_icon.png) no-repeat center;
- background-size: cover;
- vertical-align: middle;
- }
- .sz-tit span{
- vertical-align: middle;
- }
- .sz-tit-t{
- padding: 0 0 10px 10px;
- font-size: 12px;
- color: #909090;
- }
- .time-list{
- background: #fff;
- }
- .time-item{
- height: 39px;
- line-height: 38px;
- padding: 0 10px;
- border-bottom: 1px solid #ccc;
- position: relative;
- font-size: 14px;
- }
- .time-item:first-child{
- border-top: 1px solid #ccc;
- }
- .time-item label{
- display: block;
- width: 100%;
- }
- .tt-label{
- float: left;
- }
- .tt-in{
- float: right;
- }
- .tt-in input {
- text-align: right;
- padding-right: 16px;
- }
- .tt-g:before{
- content: " ";
- display: inline-block;
- height: 6px;
- width: 6px;
- border-width: 2px 2px 0 0;
- border-color: #C8C8CD;
- border-style: solid;
- -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
- transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
- position: relative;
- top: -2px;
- position: absolute;
- top: 50%;
- margin-top: -4px;
- right: 10px;
- }
- .tt-btns{
- padding: 0 20px;
- }
- .tt-btn{
- display: inline-block;
- width: 100%;
- height: 40px;
- line-height: 40px;
- margin-top: 20px;
- text-align: center;
- font-size: 16px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .tt-send-btn{
- background: #74BF00;
- color: #fff;
- }
- .tt-back-btn{
- background: #fff;
- color: #666;
- border:1px solid #ccc;
- }
- .pc-box span {
- font-size: 14px;
- padding-right: 16px;
- }
- .scanText{
- width: 52px;
- }
- .input-group .form-control{
- width: auto;
- margin: 0;
- border: none;
- }
|