123456789101112131415161718192021222324252627282930 |
- /* pages/order/confirm.wxss */
- .containertop{
- background-color:#12A273;
- width: 100%;
- height: 80px;
- }
- .containermiddle{
- width: 90%;
- margin: 0 auto;
- }
- .title {
- font-size: 18px;
- padding: 20px 0;
- text-align: center;
- }
- .btn-box {
- box-sizing: border-box;
- width: 100%;
- position: fixed;
- bottom: 20px;
- left: 0;
- z-index: 1;
- padding: 0 20px;
- }
- .van-tag {margin-right: 5px;}
- .btn-class {
- background-color: #12A273 !important;
- }
|