123456789101112131415161718192021222324252627282930 |
- /* pages/jcy/jcy.wxss */
- /**index.wxss**/
- .button {
- margin: 5px 15px;
- }
- .bon {
- float: right;
- }
- van-button {
- margin-left: 10px;
- }
- .view_class {
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- }
- .flex-row{
- width: 350px;
- display: flex;
- flex-direction: row;
- /* justify-content :center; */
- }
- .flex-view-item{
- width: 30%;
- }
- .view_class{
- margin-right: 5px;
- margin-top: 45px;
- }
|