123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- page {
- background: #f6f6f6;
- padding-bottom: 50rpx;
- }
- .top {
- padding: 20rpx 30rpx;
- .top-image {
- width: 120rpx;
- height: 120rpx;
- }
- .top-figure {
- margin-bottom: 20rpx;
- }
- .image {
- width: 120rpx;
- height: 120rpx;
- }
- .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: 40%;
- .inputs {
- margin: 0rpx 20rpx 20rpx 0rpx;
- width: 180rpx;
- }
- }
- }
- }
- .goods-title {
- display: flex;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- background: #e7e6e6;
- border-radius: 20rpx;
- width: 90%;
- margin: 20rpx auto;
- .goods-titles {
- display: flex;
- justify-content: space-between;
- }
- .images {
- display: flex;
- .goods-place {
- width: 60rpx;
- height: 60rpx;
- margin: 0 20rpx;
- }
- }
- .goods-txt {
- margin: 20rpx 0;
- }
- .txt-placeholder {
- display: flex;
- margin: 20rpx 0;
- .txt-place {
- color: #918d8d;
- margin-right: 20rpx;
- }
- }
- }
- .goods-titlet {
- // display: flex;
- // justify-content: space-between;
- padding: 20rpx 30rpx;
- background: #e7e6e6;
- border-radius: 20rpx;
- width: 90%;
- margin: 20rpx auto;
- .goods-numbe {
- color: #918d8d;
- margin-top: 5rpx;
- }
- .goods-titles {
- display: flex;
- justify-content: space-between;
- }
- .images {
- display: flex;
- .goods-place {
- width: 60rpx;
- height: 60rpx;
- margin: 0 20rpx;
- }
- }
- .goods-txt {
- margin: 20rpx 0;
- }
- .txt-placeholder {
- display: flex;
- margin: 20rpx 0;
- .txt-place {
- color: #918d8d;
- margin-right: 20rpx;
- }
- }
- }
- .buttoms {
- display: flex;
- justify-content: center;
- margin-top: 80rpx;
- .buttoms-bottom {
- width: 200rpx;
- background: #ffffff;
- padding: 20rpx;
- text-align: center;
- margin-right: 30rpx;
- border-radius: 20rpx;
- }
- .buttoms-bottom2 {
- width: 200rpx;
- background: rgb(24, 185, 86);
- padding: 20rpx;
- text-align: center;
- color: #ffffff;
- border-radius: 20rpx;
- }
- }
- .shop-mask {
- width: 100%;
- height: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 9000;
- background-color: rgba(0, 0, 0, 0.6);
- }
- .shop-modalDlg {
- width: 750rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 9999;
- background-color: #ffffff;
- border-radius: 30rpx 30rpx 0rpx 0rpx;
- display: flex;
- flex-direction: column;
- .top {
- display: flex;
- justify-content: space-between;
- }
- }
- .service {
- margin: 30rpx;
- background: #e7e6e6;
- border-radius: 20rpx;
- padding: 20rpx;
- .services {
- margin-top: 20rpx;
- }
- .inputs {
- // margin: 0rpx 20rpx 20rpx 0rpx;
- padding: 20rpx;
- }
- .determine {
- padding: 20rpx 30rpx;
- margin: 30rpx 36%;
- text-align: center;
- background: #46a9a4;
- border-radius: 20rpx;
- }
- .service-add {
- margin-top: 20rpx;
- padding: 10rpx;
- text-align: center;
- background: #46a9a4;
- border-radius: 20rpx;
- width: 150rpx;
- }
- .txt {
- margin-top: 30rpx;
- text-align: center;
- }
- }
|