1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- page {
- background-color: #161616;
- }
- .page {
- background-color: #161616;
- }
- .topbg {
- }
- .topBody {
- width:750rpx;
- }
- .header {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
- .title {
- font-size: 34rpx;
- }
- }
- .thread {
- height:210rpx;
- padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
- }
- .mainInfo {
- width: 690rpx;
- margin:30rpx 30rpx 60rpx;
- display:flex;flex-direction: column;justify-content: space-around;
- align-items: center;
- // background: #FFFFFF;
-
-
- .idList {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- // position: relative;
- width: 610rpx;
- height: 84rpx;
- background: #282828;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- margin-top: 48rpx;
- .left {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-left:24rpx;
- }
- .right{
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-right:24rpx;
- }
- }
-
- .reCheckBtn{
- width: 610rpx;
- height: 96rpx;
- border-radius: 28rpx 28rpx 28rpx 28rpx;
- border: 2rpx solid #404040;
- display:flex;flex-direction: column;justify-content: space-around;
- align-items: center;
- margin-top: 74rpx;
- }
-
- }
- .blankHeight {
- height:100rpx;
- }
|