|
12345678910111213141516171819202122232425262728293031 |
- /* 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: 224rpx;
- height: 224rpx;
- margin-bottom: 126rpx;
- }
-
- .tips_text {
- font-size: 26rpx;
- color: #666666;
- }
- .return_btn {
- width: 400rpx;
- height: 88rpx;
- margin-top: 260rpx;
- border-radius: 40rpx;
- background-color: #4BE2AC;
- line-height: 88rpx;
- text-align: center;
- color: #ffffff;
- font-size: 24rpx;
- font-weight: bold;
- }
|