12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* required by usingComponents */
- /* pages/phone_verif/phone_verif.wxss */
- .phone_verif {
- padding: 0 40rpx;
- }
- .title {
- font-size: 46rpx;
- font-weight: 500;
- margin-top: 50rpx;
- }
- .tip {
- margin-top: 20rpx;
- font-size: 26rpx;
- color: #9c9c9c;
- }
- .num-list {
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- flex-wrap: wrap;
- margin-top:90rpx;
- }
- .item {
- flex: 0 0 20%;
- height: 130rpx;
- background-color: #fbfbfb;
- border: solid 1rpx #d7d7d7;
- }
- .time{
- margin-top: 70rpx;
- text-align: right;
- font-size: 26rpx;
- color: #919392;
- }
- .count-time{
- color: #e4a03d;
- }
- .time1{
- margin-top: 70rpx;
- text-align: right;
- font-size: 26rpx;
- width: 150rpx;
- border-radius: 12rpx;
- text-align: center;
- height: 50rpx;
- line-height: 50rpx;
- color:var(--orgFont);
- float:right;
- border: solid 1rpx var(--orgFont);
- }
|