12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .main-suit{
- position: relative;
- }
- .input-cell{
- border:none;
- border-bottom: 1px #ccc solid;
- margin:0 5px;
- padding: 0 5px;
- width: 40px;
- display: inline-block;
- }
- .textarea {
- width: 100%;
- height: 30px;
- font-size: 14px;
- line-height: 21px;
- }
- .mainsuit-box {
- .box {
- .content {
- border: 1px solid red !important;
- }
- }
- }
- .confirm-info {
- height: 70px;
- font-size: 16px;
- line-height: 16px;
- text-align: center;
- padding: 10px 30px;
- }
- .history-info {
- height: 185px;
- overflow-y: auto;
- padding: 15px;
- >div{
- line-height: 26px;
- img{
- vertical-align: middle;
- margin-right: 5px;
- }
- }
- }
- .confirm-history-btn {
- position: absolute;
- right: 15px;
- // bottom: 10px;
- display: inline-block;
- width: 66px;
- height: 32px;
- line-height: 32px;
- text-align: center;
- color: #3B9ED0;
- border: 1px solid #3B9ED0;
- border-radius: 4px;
- cursor: pointer;
- }
|