1234567891011121314151617181920 |
- #sunbmit {
- width: 300rpx;
- background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
- color: #fff;
- height: 80rpx !important;
- line-height: 50rpx !important;
- border-radius: 50rpx !important;
- font-weight: normal !important;
- margin: 0rpx 235rpx;
- font-size: 30rpx;
- }
- .wz {
- color:#999;
- font-size: 28rpx;
- /* padding: 50rpx; */
- text-indent: 56rpx;
- text-align: center;
- line-height: 50rpx;
- }
|