/* pages/saleforecast/saleforecast.wxss */ page { background: rgb(240, 239, 245); } .swiper-tab { width: 100%; text-align: center; line-height: 80rpx; display: flex; flex-direction: row; justify-content: center; border-bottom: 0.2rpx solid rgb(223, 218, 218); } .swiper-tab-list { font-size: 30rpx; width: 40%; color: #777; margin-top: 5rpx; height: 60rpx; line-height: 60rpx; } .tab1 { border-top: 2rpx solid #999; border-bottom: 2rpx solid #999; border-left: 2rpx solid #999; border-radius: 20rpx 0rpx 0rpx 20rpx; background: white; } .tab2 { border-top: 2rpx solid #999; border-bottom: 2rpx solid #999; border-right: 2rpx solid #999; border-radius: 0rpx 20rpx 20rpx 0rpx; background: white; } .on { background: #2788f8; color: white; } .swiper-box { display: block; height: 100%; 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: black; width: 20%; margin-left: 5%; } .baseitem_value { margin-left: 5%; width: 70%; color: rgb(48, 48, 48); } .baseitem_key2 { color: black; width: 20%; font-size: 30rpx; margin-left: 10rpx; } .baseitem_value2 { color: rgb(48, 48, 48); font-size: 30rpx; } .baseitem_key1 { color: black; 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: #2E8CF5; } .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); }