123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- page {
- background: #f6f6f6;
- padding: 20rpx 20rpx 20rpx 0;
- .top {
- padding: 20rpx 30rpx;
- // .input {
- // width: 100%;
- // border-bottom: 1rpx solid #adabab;
- // margin: 20rpx 0 0 0;
- // padding-bottom: 20rpx;
- // }
- .top-input {
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- .top-txt {
- display: flex;
- justify-content: space-between;
- border-bottom: 1rpx solid #adabab;
- width: 45%;
- .inputs {
- margin: 0rpx 20rpx 20rpx 0rpx;
- width: 220rpx;
- }
- }
- }
- }
- .goods-title {
- display: flex;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- background: #e7e6e6;
- border-radius: 20rpx;
- width: 90%;
- margin: 20rpx auto;
- .goods-txt {
- margin: 20rpx 0;
- }
- }
- .buttoms {
- display: flex;
- justify-content: center;
- margin-top: 80rpx;
- .buttoms-bottom2 {
- width: 200rpx;
- background: #46a9a4;
- padding: 20rpx;
- text-align: center;
- border-radius: 20rpx;
- }
- }
- }
|