123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .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;
- }
- .pctitle {
- height: 100rpx;
- line-height: 100rpx;
- }
- .pctitle text:nth-child(1) {
- float: left;
- }
- .pctitle text:nth-child(2) {
- float: right;
- }
- .pcpname {
- width: 70rpx;
- }
- .pcprice {
- height: 80rpx;
- line-height: 80rpx;
- }
- .pcprice input {
- border: 1rpx solid #e6e6e6;
- height: 100%;
- width: 100%;
- }
- .pcfoot {
- height: 120rpx;
- line-height: 120rpx;
- }
- .delbtn {
- width: 150rpx;
- height: 70rpx;
- text-align: center;
- line-height: 70rpx;
- border: 1rpx solid #e6e6e6;
- float: right;
- margin-top: 20rpx;
- border-radius: 5rpx;
- }
- .addpc {
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- }
- .addpc view {
- margin: auto;
- color: #30afff;
- }
- .addpc text {
- font-size: 46rpx;
- font-weight: 800;
- }
- .foot {
- height: 150rpx;
- background: #fff;
- text-align: center;
- position: relative;
- padding-top: 25rpx;
- }
- .bluebtn {
- position: absolute;
- left: 30rpx;
- right: 30rpx;
- top: 25rpx;
- height: 100rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .savebtn {
- height: 100rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .delbtn1 {
- height: 100rpx;
- background: #fff;
- color: #309aff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- margin-right: 30rpx;
- border: 1rpx solid #309aff;
- }
|