31 lines
400 B
Plaintext
Executable File
31 lines
400 B
Plaintext
Executable File
|
|
.nuclear-tiet{
|
|
color: gray;
|
|
padding: 30rpx 30rpx 20rpx 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.nuclear-btns{
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.nuclear-btn{
|
|
background: #ed6e3a;
|
|
}
|
|
|
|
.nuclear-input{
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.nuclear-input input{
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
width: 100%;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.nuclear-input:nth-child(odd) input{
|
|
border-bottom: solid 1rpx #ddd;
|
|
}
|
|
|