123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- @import "../../../weui/weui.wxss";
- .part {
- background: #fff;
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
- .rzrow {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- color: #3c3c3c;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- }
- .navigator-arrow::after {
- right: 5rpx !important;
- }
- .col1 {
- width: 200rpx;
- }
- .rzrow .flex1 {
- text-align: right;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- }
- .qk {
- color: #2a2a2a;
- }
- .bzv {
- }
- .bzv textarea {
- width: 100%;
- height: 300rpx;
- }
- .bznum {
- text-align: right;
- color: #555;
- height: 80rpx;
- }
- .foot {
- height: 150rpx;
- background: #fff;
- text-align: center;
- position: relative;
- }
- .bluebtn {
- position: absolute;
- left: 0;
- right: 0;
- top: 25rpx;
- height: 100rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .goodname {
- position: relative;
- }
- .goods {
- position: absolute;
- top: 100rpx;
- width: 100%;
- background: #f5f5f5;
- border: 1rpx solid #f5f5f5;
- height: 200rpx;
- overflow: auto;
- z-index: 999;
- padding-right: 20rpx;
- }
- .goods view {
- line-height: 80rpx;
- text-align: right;
- border-bottom: 1rpx solid #f5f5f5;
- }
- .tmlogo {
- width: 60rpx;
- position: relative;
- }
- .tmlogo image {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -20rpx;
- }
- .savebtn {
- height: 100rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .delbtn {
- height: 100rpx;
- background: #fff;
- color: #309aff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- margin-right: 30rpx;
- border: 1rpx solid #309aff;
- }
- .delimg {
- position: absolute;
- background: #555;
- opacity: 0.8;
- color: #fff;
- width: 50rpx;
- height: 50rpx;
- top: -10rpx;
- right: -10rpx;
- line-height: 50rpx;
- text-align: center;
- border-radius: 50%;
- }
|