| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* pages/shop/shop.wxss */
- .header{
- display: block;
- background-color: rgb(223, 221, 224);
- width: 100%;
- height: 10px;
- }
- .img{
- width: 20px;
- height: 20px;
- }
- .img-box{
- margin-left: 180px;
- margin-bottom: 18px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-style: dashed;
- width: 100px;
- height: 60px;
- }
- .text-box{
- display: inline-block;
- width: 65px;
- height: 20px;
- margin-left: 20px;
- }
- .txt1{
- margin-left: 20px;
- width: 100%;
- height: 20px;
- display: block;
- margin-top: 5px;
- }
- .txt2{
- margin-left: 20px;
- display: block;
- width: 100%;
- height: 20px;
- margin-top: 3px;
- font-size: 13px;
- color: rgb(157, 155, 158);
- }
- .container1{
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .t1{
- margin-left: 20px;
- }
- .t2{
- margin-left: 130px;
- color: red;
- }
- .t3{
- margin-left: 145px;
- font-size: 13px;
- color: rgb(157, 155, 158);
- }
- .t4{
- margin-left: 114px;
- font-size: 13px;
- color: rgb(157, 155, 158);
- }
- .t5{
- margin-left: 114px;
- font-size: 13px;
- color: rgb(157, 155, 158);
- }
- .input{
- width: 220px;
- height: 70px;
- border: 2px solid rgb(153, 150, 150);
- margin-bottom: 20px;
- margin-left: 50px;
- }
- .btn{
- margin-top: 10px;
- background: rgb(40, 182, 238);
- color: white;
- }
- .last-box{
- background-color: rgb(223, 221, 224);
- }
|