Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- /* package_A/pages/sreamDetail/index.wxss */
- .success_container {
- width: 100%;
- padding: 150rpx 125rpx 0 125rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .success_img {
- width: 160rpx;
- height: 160rpx;
- margin-bottom: 22rpx;
- }
- .tips_status {
- margin-bottom: 22rpx;
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- }
- .tips_text {
- font-size: 30rpx;
- color: #666666;
- line-height: 50rpx;
- text-align:center
- }
- .return_btn {
- width: 400rpx;
- height: 88rpx;
- margin-top: 100rpx;
- border-radius: 44rpx;
- background-color: #03C160;
- line-height: 88rpx;
- text-align: center;
- color: #ffffff;
- font-size: 30rpx;
- font-weight: bold;
- }
|