| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #efefef;
- overflow: hidden;
- }
- /* .wx-radio-input{
- border-radius:50%;
- width:20px;
- height:20px;
- } */
- .wx-radio-input.wx-radio-input-checked{
- border-color:#eab86a !important;
- background:#eab86a !important;
- }
- .wx-checkbox-input.wx-checkbox-input-checked{
- border-color:#eab86a !important;
- color:#eab86a !important;
- }
- /* .wx-radio-input.wx-radio-input-checked::before{
- border-radius:50%;
- width:20px;
- height:20px;
- line-height:20px;
- text-align:center;
- font-size:15px;
- color:#fff;
- background:transparent;
- transform:translate(-50%, -50%) scale(1);
- -webkit-transform:translate(-50%, -50%) scale(1);
- } */
- .ctorder-view{
- margin: 15rpx;
- background: #FFF;
- padding: 15rpx;
- overflow: hidden;
- margin-bottom: 0;
- margin-top: 5rpx;
- }
- .ctorder-title{
- font-size: 26rpx;
- margin-bottom: 15rpx;
- color: #999;
- overflow: hidden;
- }
- .ctorder-radio{font-size: 30rpx;}
- .ctorder-radio .radio{margin-right: 40rpx;}
- .ctorder-datepicker{}
- .ctorder-datepicker .picker{
- border: 1px solid;
- padding: 15rpx;
- color: #eab86a;
- border-radius: 15rpx;
- }
- .picker .image{
- width: 60rpx;
- height: 60rpx;
- vertical-align: middle;
- margin-top: -10rpx;
- }
- .ctorder-checkbox{}
- .ctorder-checkbox .checkbox{
- overflow: hidden;
- display: block;
- margin-bottom: 15rpx;
- }
- .ctorder-numbox{float: right;}
- .cartlist_num{float: right;}
- .cartlist_num button{
- width: 50rpx;
- height: 50rpx;
- line-height: 40rpx;
- text-align: center;
- display: inline-block;
- border: 1px solid #ddd;
- border-radius: 50%;
- }
- .cartlist_num button.mius{
- border:1px solid #eab86a;
- color:#eab86a;
- }
- .cartlist_num button.add{
- background: #eab86a;
- color: #FFF;
- border: 0;
- line-height: 45rpx;
- }
- .cartlist_num input{
- width: 50rpx;
- height: 40rpx;
- text-align: center;
- display: inline-block;
- border-left: 0;
- border-right: 0;
- font-size: 40rpx;
- margin: 0 10rpx;
- }
- .ctorder-info-list{}
- .ctorder-info-list-item{
- font-size: 24rpx;
- color: #333;
- background: #eee;
- padding: 5rpx 15rpx;
- }
- .ctorder-fixedbox{
- background: #fff;
- position: fixed;
- width: 100%;
- bottom: 0;
- left: 0;
- overflow: hidden;
- }
- .ctorder-fixedbox .fb-left{
- float: left;
- padding: 10rpx 40rpx;
- font-size: 34rpx;
- }
- .ctorder-fixedbox .fb-left text{
- display: block;
- }
- .ctorder-fixedbox .fb-right{
- overflow: hidden;
- float: right;
- background: #eab86a;
- display: block;
- padding: 33rpx 80rpx;
- text-align: center;
- color: #FFF;
- }
- .inlinechekbox{
- display: inline-block;
- float: right;
- margin-top: 10rpx;
- }
- .inlinechekbox .checkbox{
- display: inline-block;
- font-size: 24rpx;
- margin-right: 10rpx;
- color: #666;
- }
- .ctorder-checkbox-list{
- overflow: hidden;
- padding: 15rpx 0;
- }
- .listinfo{
- display: inline-block;
- font-size: 24rpx;
- color: #333;
- }
|