1234567891011121314151617181920212223 |
- /* pages/floow/floow.wxss */
- .floow {
- width: 100%;
- height: 100vh;
- padding: 60rpx;
- text-align: center;
- color: #111;
- background: #fff;
- }
- .h3 {
- font-size: 34rpx;
- line-height: 60rpx;
- margin-bottom: 60rpx;
- text-align: left;
- }
- image {
- width: 400rpx;
- height: 400rpx;
- }
- text {
- display: block;
- margin-top: 30rpx;
- }
|