123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- /* pages/stock/stock.wxss */
- page{
- /* padding: 30rpx; */
- background-color: #fff;
- }
- .top_bg {
- position: relative;
- }
- .top_bg>image{
- width: 100%;
- }
- .top_bg .top_title{
- position: absolute;
- left: 0;
- right: 0;
- margin: auto;
- color: #fff;
- text-align: center;
- top: 10rpx;
- font-size: 46rpx;
- font-weight: 600;
- }
- .nbcomment{
- text-align: center;
- padding: 20rpx 0;
- text-decoration: underline;
- color: red;
- font-size: 32rpx;
- }
- .search-img{
- width: 40rpx;
- position: absolute;
- right: 20rpx;
- top: 15rpx;
- }
- .date-picker{
- color: #fff;
- padding-top: 10rpx;
- font-size: 26rpx;
- font-weight: 400;
- }
- .hot_list scroll-view{
- height: calc(100vh - 180rpx);
- position: relative;
- top: -38rpx;
- border-radius: 37rpx;
- }
- .paixu{
- font-size: 32rpx;
- display: flex;
- position: relative;
- top: -38rpx;
- }
- .paixu label{
- margin-left: auto;
- }
- .paixu image{
- width: 48rpx;
- height: 48rpx;
- margin-left: -10rpx;
- margin-right: 10rpx;
- }
- .detail image{
- width: 100%;
- border-radius: 8rpx;
- }
- .number{
- width: 38rpx;
- display: inline-block;
- text-align: center;
- color: #CE994F;
- font-size: 26rpx;
- font-weight: 600;
- margin-right: 10rpx;
- margin-top: 6rpx;
- }
- image.number{
- margin-top: 10rpx;
- }
- .nr{
- padding: 0 30rpx;
- font-size: 26rpx;
- text-align: right;
- color: #333;
- }
- .desc{
- font-size: 28rpx;
- line-height: 40rpx;
- margin: 30rpx 0;
- padding: 0 30rpx;
- }
- .name{
- font-size: 28rpx;
- font-weight: 500;
- }
- .name>text{
- color: #AAAAAA;
- font-size: 22rpx;
- /* border: 1px solid #AAAAAA; */
- border-radius: 4rpx;
- font-weight: 400;
- padding: 0 4rpx;
- position: relative;
- top: -3rpx;
- }
- .name view{
- float: right;
- color: #CE994F;
- font-size: 22rpx;
- text-align: center;
- position: relative;
- top: -5rpx;
- }
- .info{
- font-size: 26rpx;
- padding: 10rpx 0;
- display: flex;
- color: #333;
- }
- .info view{
- width: 85%;
- vertical-align: top;
- font-size: 27rpx !important;
- }
- .info label{
- font-weight: 500;
- }
- .info .tag{
- font-size: 28rpx;
- color: #CE994F;
- border: 1px solid #CE994F;
- border-radius: 8rpx;
- margin-right: 8rpx;
- font-weight: 400;
- padding: 0 8rpx;
- }
- .player{
- border-bottom: 1px solid #F5F5F5;
- margin-bottom: 20rpx;
- }
- .name view{
- float: right;
- color: #CE994F;
- font-size: 22rpx;
- text-align: center;
- position: relative;
- top: -5rpx;
- }
- .name view text{
- display: block;
- font-size: 32rpx;
- color: #CE994F;
- position: relative;
- top: -8rpx;
- }
- .search{
- position: relative;
- display: flex;
- justify-content: space-between;
- }
- .search input{
- width: 100%;
- background: #F7F7F7;
- height: 68rpx;
- padding-left: 70rpx;
- border-radius: 16rpx;
- box-sizing: border-box;
- font-size: 30rpx;
- }
- .search text{
- font-size: 30rpx;
- line-height: 68rpx;
- }
- .search image{
- position: absolute;
- height: 40rpx;
- left: 20rpx;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .list{
- padding: 20rpx 0;
- border-bottom: 1px solid #F5F5F5;
- display: flex;
- justify-content: space-between;
- }
- .stock-name{
- width: 65%;
- }
- .stock-name .code{
- display: block;
- font-size: 24rpx;
- color: #666;
- padding-top: 5rpx;
- }
- .num{
- font-size: 32rpx;
- color: #666;
- text-align: right;
- float: right;
- margin-top: 20rpx;
- position: relative;
- padding-right: 40rpx;
- }
- .num text{
- font-size: 30rpx;
- font-weight: 500;
- color: red;
- }
- .stock_name{
- line-height: 100rpx;
- padding: 0 20rpx;
- font-size: 32rpx;
- color: #333;
- background: #fff;
- position: relative;
- }
- .cc{
- color: #E90001;
- font-size: 26rpx;
- }
- .stock_name text{
- color: #999;
- font-weight: 400;
- font-size: 26rpx;
- padding: 5rpx 10rpx;
- }
- .tab{
- background: #fff;
- border-bottom: 1px solid #f2f2f2;
- }
- .tab view{
- line-height: 70rpx;
- text-align: center;
- display: inline-block;
- font-size: 30rpx;
- position: relative;
- padding: 0 20rpx;
- }
- .tab .act{
- color: #FF583D;
- }
- .act text{
- position: absolute;
- width: 120rpx;
- height: 4rpx;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- background: rgba(217, 75, 36, 1);
- border-radius: 40rpx;
- }
- ._list{
- position: relative;
- padding-left: 80rpx;
- margin-bottom: 24rpx;
- }
- ._list>navigator>image,._list>image{
- width: 64rpx;
- height: 64rpx;
- position: absolute;
- left: 0;
- top: 0;
- border-radius: 100%;
- }
- ._content,._name{
- font-size: 30rpx;
- line-height: 48rpx;
- }
- .answer{
- background: rgba(247, 247, 247, 1);
- padding: 20rpx;
- color: #666;
- margin: 20rpx 0;
- font-size: 28rpx;
- line-height: 36rpx;
- }
- .answer view{
- line-height: 48rpx;
- }
- .answer text{
- color: #2383e5;
- }
- .addr{
- position: relative;
- padding-bottom: 16px;
- border-bottom: 1px solid rgba(245, 245, 245, 1);
- }
- .addr text{
- font-size: 28rpx;
- margin-right: 24rpx;
- color: #666666;
- }
- .addr image{
- width: 34rpx;
- position: absolute;
- right: 0;
- top: 12rpx;
- }
- .addr .del{
- right: 50rpx;
- width: 50rpx;
- top: 0;
- }
- .post{
- position: fixed;
- padding: 24rpx 30rpx 50rpx;
- bottom: 0;
- left: 0;
- background: #fff;
- z-index: 9;
- border-top: 1px solid rgba(245, 245, 245, 1);
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- .post input{
- width: 100%;
- height: 80rpx;
- border:none;
- background-color: #f2f2f2;
- border-radius: 9rpx;
- font-size: 30rpx;
- color: #666;
- padding: 0 16rpx;
- margin-bottom: 24rpx;
- }
- .post button:not([size='mini']){
- height: 64rpx;
- width: 124rpx !important;
- background: #D94B24;
- border-radius: 8rpx;
- line-height: 64rpx;
- font-size: 30rpx;
- color: #fff;
- padding: 0;
- font-weight: 400;
- margin: 0;
- }
- .post image{
- width: 48rpx;
- position: relative;
- top: 10rpx;
- }
- .stock_name view{
- position: absolute;
- color: #D94B24;
- border: 1px solid #D94B24;
- width: 72px;
- height: 24px;
- line-height: 24px;
- right: 30rpx;
- top: 0;
- bottom: 0;
- margin: auto;
- font-size: 28rpx;
- font-weight: 400;
- text-align: center;
- border-radius: 8rpx;
- }
- .more-image{
- width: 32rpx;
- position: absolute;
- top:10rpx;
- right: 0;
- }
|