1234567891011121314151617181920212223242526272829303132 |
- /* pages/address/address.wxss */
- page {
- background-color: rgb(242, 242, 242);
- }
- .content{
- margin-top: 0.5rem
- }
- .name{
- margin-bottom: 0.1rem;
- }
- .gender{
- height: 3rem;
- background: white;
- margin-bottom: 0.1rem;
- }
- .box{
- margin-left: 1rem;
- margin-right: 1rem;
- position: relative;
- top: 15rem;
- }
- .wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .block {
- width: 100%;
- height: 35rem;
- background-color: #fff;
- }
|