1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* pages/addProduct/addProduct.wxss */
- page {
- background-color: rgba(223, 218, 218, 0.774);
- }
- .product {
- background-color: white;
- margin-top: 5%;
- width: 100%;
- height: 120px;
- }
- .picture {
- padding-left: 13px;
- font-size: 14px;
- font-weight: 500;
- color: rgba(34, 33, 32, 0.562);
- }
- .second {
- font-size: 14px;
- font-weight: 500;
- color: rgba(34, 33, 32, 0.562);
- border-inline: 1px;
- }
- .second-1 {
- background-color: white;
- margin-top: 5%;
- width: 100%;
- height: 45px;
- }
- .second-1-2 {
- border-top: 1px solid black;
- background-color: white;
- width: 100%;
- height: 45px;
- }
- .second-3 {
- font-size: 14px;
- font-weight: 500;
- color: rgba(34, 33, 32, 0.562);
- border-inline: 1px;
- line-height: 45px;
- }
- .weui-input {
- font-size: 14px;
- }
- .weui-input-1 {
- float: right;
- margin-top: 10px;
- }
- .zhx {
- text-align: center;
- line-height: 45px;
- }
- .area {
- margin: 3% auto;
- border: 1px solid rgb(211, 196, 196);
- border-radius: 5px;
- width: 75%;
- height: 50%;
- }
- .but {
- margin-top: 15%;
- display: flex;
- }
- .but-1 {
- color: aliceblue;
- background-color: rgb(163, 157, 157);
- border-radius: 30px;
- }
- .but-2 {
- color: aliceblue;
- background-color: darkorange;
- border-radius: 30px;
- }
|