You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* 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;
- }
|