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.
|
- .prompt{
- position: fixed;
- width: 80%;
- height: 300rpx;
- background-color: #222633;
- border-radius: 20rpx;
- left: 10%;
- top: 30%;
- z-index: 1000000;
- }
- .titil{
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 36rpx;
- font-family: OPPOSans;
- font-weight: 500;
- color: #FFFFFF;
- margin-top: 20rpx;
- }
- .text{
- width: 90%;
- height: 70rpx;
- overflow: hidden;
- margin: 0 auto;
- font-family: OPPOSans;
- font-weight: 500;
- color: #8790A8;
- line-height: 36rpx;
- text-align: center;
- font-size: 32rpx;
- margin-bottom: 30rpx;
- margin-top: 10rpx;
- }
- .btnBox{
- border-top: 1rpx solid #3D4253;
- }
- .assistant{
- width: 49%;
- float: left;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- color: #FFFFFF;
- font-size: 36rpx;
- border-right: 1rpx solid #3D4253;
- }
- .advocate{
- width: 49%;
- float: left;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- color: #07E881;
- font-size: 36rpx;
- /* border-left: 1rpx solid #3D4253; */
- }
- .back{
- width: 100%;
- float: left;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- color: #FFFFFF;
- font-size: 36rpx;
- }
|