/* pages/orderinfo/orderinfo.wxss */ page { background: rgb(240, 239, 245); height: calc(100%-10px); } .swiper-tab { /* height: 30px; */ margin: 10px 20px; text-align: center; line-height: 30px; background: white; display: flex; flex-direction: row; border-radius: 5px; border: 1px solid#2E8CF5; overflow: hidden; } .swiper-tab-list { height: 100%; width: 50%; font-size: 30rpx; color: #777; } .on { background-color:#2E8CF5 ; color: white; } .swiper-box { display: block; width: 100%; overflow: hidden; } .swiper-items1 { height: 100%; /* padding-top: 3%; */ } .swiper-items2 { height: 100%; } .scroll-views { height: 100%; } .baseitem { background: #fff; width: 100%; border-bottom: 0.1px solid #dbdbdb; display: flex; flex-direction: row; align-items: center; padding-top: 20rpx; padding-bottom: 20rpx; } .twogroup { display: flex; flex-direction: row; } .baseitem_key { color: #666; width: 20%; margin-left: 5%; } .baseitem_value { margin-left: 5%; width: 70%; color: rgb(48, 48, 48); } .baseitem_key2 { color: #666; width: 20%; font-size: 30rpx; margin-left: 10rpx; } .baseitem_value2 { color: rgb(48, 48, 48); font-size: 30rpx; } .baseitem_key1 { color: #666; width: 40%; font-size: 30rpx; margin-left: 10rpx; } .baseitem_value1 { color: rgb(48, 48, 48); font-size: 30rpx; margin-left: 20rpx; width: 60%; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .add { display: flex; flex-direction: row; align-items: center; justify-content: center; border-left: none; background: #fff; width: 100%; margin-top: 20rpx; border-top: 0.5px solid #e0e0e0; border-bottom: 0.5px solid #e0e0e0; padding-top: 20rpx; padding-bottom: 20rpx; } .ico { height: 42rpx; width: 42rpx; } .delete { width: 100%; padding-top: 20rpx; padding-bottom: 20rpx; color: red; display: flex; flex-direction: row; align-items: center; justify-content: center; background: #fff; font-size: 30rpx; } .itemView { margin-top: 20rpx; } .submit { margin-left: 5%; margin-top: 10%; width: 90%; margin-right: 5%; color: #fff; background: linear-gradient(to right, #39c4fd, #539eef); } .drawer_screen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; background: #000; opacity: 0.5; overflow: hidden; } .sousuo { margin-right: 10%; margin-left: 10%; text-align: center; background: #d6d8da; height: 40px; font-size: 28rpx; } .drawer_content { height: 500rpx; overflow-y: scroll; /*超出父盒子高度可滚动*/ } .drawer_box { width: 650rpx; overflow: hidden; position: fixed; top: 50%; left: 0; z-index: 1001; background: #fafafa; margin: -150px 50rpx 0 50rpx; border-radius: 3px; } .btn_ok { padding: 10px; font: 20px "microsoft yahei"; text-align: center; border-top: 1px solid #e8e8ea; color: #3cc51f; } .top { height: 20%; justify-content: center; align-items: center; } .grid1 { width: 100%; border-bottom: 1px solid #c3c3c3; padding-top: 5px; padding-bottom: 10px; } .text3 { font-size: 18px; color: rgb(48, 48, 48); }