Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- /* pages/canvas/index.wxss */
-
- .content {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- background: #f3f3f3;
- position: relative;
- }
-
- .poster {
- height: 100%;
- padding: 20rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- button::after{ border: none; }
- .bottomsave {
- width: 100%;
- height: 140rpx;
- line-height: 140rpx;
- margin: auto 0;
- bottom: 0;
- left: 0;
- right: 0;
- border-top: 1px solid #ccc;
- box-shadow: 0 0rpx 150rpx #ccc;
- background: #fff;
- }
-
- .saveposter {
- color: #fff;
- width: 380rpx;
- height: 80rpx;
- border-radius: 50rpx;
- background: #f08f04;
- margin-top: 30rpx;
- font-size: 32rpx;
- }
|