.cy-container { width: 750rpx; height: auto; background: white; } .cy-item-view { position: relative; margin-left: 30rpx; width: 720rpx; height: 100rpx; border-bottom: 1rpx solid #dedede; box-sizing: border-box; } .cy-left-view { width: 185rpx; height: 100%; font-size: 28rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(153, 153, 153, 1); } .cy-info-input { width: 340rpx; height: 100%; font-size: 28rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(0, 0, 0, 1); } .cy-label-view { margin-right: 30rpx; width: 92rpx; height: 46rpx; font-size: 28rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); border: 1rpx solid rgba(208, 208, 208, 1); border-radius: 6rpx; text-align: center; line-height: 46rpx; } .cy-select-label { /* color: #ffc639; */ color: var(--color--); /* border: 1px solid rgba(255, 198, 57, 1); */ background: 1px solid var(--color--); } button { position: absolute; margin: 0rpx; padding: 0rpx; top: 25rpx; right: 30rpx; width: 86rpx; height: 50rpx; /* border: 1px solid rgba(254, 207, 91, 1); */ background: 1px solid var(--color--); border-radius: 6rpx; font-size: 28rpx; font-family: PingFang-SC-Medium; font-weight: 500; /* color: rgba(254, 207, 91, 1); */ color: var(--color--); background: white; } button::after { border: none; } .cy-bottom-view { position: fixed; bottom: 0rpx; width: 750rpx; height: 120rpx; background: white; box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1); } .cy-reset { position: absolute; top: 20rpx; left: 42rpx; width: 320rpx; height: 80rpx; text-align: center; line-height: 80rpx; /* border: 2rpx solid rgba(255, 198, 57, 1); */ border: 2rpx solid var(--color--); border-radius: 40px; font-size: 36rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); box-sizing: border-box; } .cy-comfirm { position: absolute; top: 20rpx; right: 42rpx; width: 320rpx; height: 80rpx; text-align: center; line-height: 80rpx; /* background: rgba(255, 198, 57, 1); */ background: var(--color--); border-radius: 40px; font-size: 36rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(255, 255, 255, 1); }